Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2010-10-07 02:00:26 (GMT)
committer Michael Stone <michael@laptop.org>2010-12-19 00:43:53 (GMT)
commit47fdd82ab05a6d087ab26b489579f493288c43b9 (patch)
tree247bef0969b63d27544559bbf4187893ddb1c20d
parent759e670e304f829134168265898b6f290fc0246d (diff)
Format the rainbow-resume command for easy reading.
-rwxr-xr-xbin/rainbow-resume14
1 files changed, 13 insertions, 1 deletions
diff --git a/bin/rainbow-resume b/bin/rainbow-resume
index 3e11487..8a4c5aa 100755
--- a/bin/rainbow-resume
+++ b/bin/rainbow-resume
@@ -23,4 +23,16 @@ for kv in env:
EOF`
fi
-exec /usr/sbin/rainbow-run -s /var/spool/rainbow/2 -u "$SUDO_USER" -c "`pwd`" -f 0 -f 1 -f 2 -E "DISPLAY=$DISPLAY" -E "XAUTHORITY=$XAUTHORITY" -a /usr/bin/rainbow-xify -o audio -o network -r "$RESUME_UID" -- "$@"
+exec /usr/sbin/rainbow-run \
+ -s /var/spool/rainbow/2 \
+ -u "$SUDO_USER" \
+ -c "`pwd`" \
+ -f 0 -f 1 -f 2 \
+ -E "DISPLAY=$DISPLAY" \
+ -E "XAUTHORITY=$XAUTHORITY" \
+ -a /usr/bin/rainbow-xify \
+ -o audio \
+ -o network \
+ -r "$RESUME_UID" \
+ -- \
+ "$@"