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-09-24 00:43:12 (GMT)
committer Michael Stone <michael@laptop.org>2010-09-24 02:10:54 (GMT)
commit633b1f0944eff610d8323a6e1d0591a170323ff1 (patch)
treee2749a2eb6964c66728725ac15455f94dda49f61
parentc4df417dc54f6728a80044fe542aa5523b037073 (diff)
Format the rainbow-run command for easy reading.
-rwxr-xr-xbin/rainbow-easy14
1 files changed, 13 insertions, 1 deletions
diff --git a/bin/rainbow-easy b/bin/rainbow-easy
index 35c6c48..dafb9c0 100755
--- a/bin/rainbow-easy
+++ b/bin/rainbow-easy
@@ -23,4 +23,16 @@ for kv in env:
EOF`
fi
-exec /usr/sbin/rainbow-run -q -s /var/spool/rainbow/2 -u "$SUDO_USER" -c "`pwd`" -f 0 -f 1 -f 2 -i "${SUDO_USER}_${ID}" -E "DISPLAY=$DISPLAY" -E "XAUTHORITY=${XAUTHORITY:-${HOME}/.Xauthority}" -a /usr/bin/rainbow-xify -o audio -o network -- "$@"
+exec /usr/sbin/rainbow-run \
+ -q \
+ -s /var/spool/rainbow/2 \
+ -u "$SUDO_USER" -c "`pwd`" \
+ -f 0 -f 1 -f 2 \
+ -i "${SUDO_USER}_${ID}" \
+ -E "DISPLAY=$DISPLAY" \
+ -E "XAUTHORITY=${XAUTHORITY:-${HOME}/.Xauthority}" \
+ -a /usr/bin/rainbow-xify \
+ -o audio \
+ -o network \
+ -- \
+ "$@"