aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-01 00:04:15 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-01 00:04:15 +0200
commitb877d6f2929f073d601085e2057741ba691d8c18 (patch)
tree636e74fc2c092520de27a6cb099cb70a6d286e13
parentportability (diff)
downloadgates-of-tartaros-b877d6f2929f073d601085e2057741ba691d8c18.tar.gz
gates-of-tartaros-b877d6f2929f073d601085e2057741ba691d8c18.tar.bz2
gates-of-tartaros-b877d6f2929f073d601085e2057741ba691d8c18.tar.xz
portability
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--gotrc-examples/commands6
1 files changed, 3 insertions, 3 deletions
diff --git a/gotrc-examples/commands b/gotrc-examples/commands
index 329ef0f..2f84b7f 100644
--- a/gotrc-examples/commands
+++ b/gotrc-examples/commands
@@ -16,11 +16,11 @@ _login_commands ()
elif [ "${user}" = "+time" ]; then
echo
date +%Y-\(%m\)%b-%d\ %T,\ %a\ w%W/%V,\ %Z
- read
+ read __
elif [ "${user}" = "+battery" ]; then
echo
acpi -V
- read
+ read __
elif [ "${user}" = "+backlight" ]; then
if [ "${LANG/UTF-8/}" = "${LANG}" ]; then
export LANG="en_GB.UTF-8"
@@ -35,7 +35,7 @@ Recognised commands include:
+reboot Reboot the computer
+backlight Adjust the backlight
EOF
- read
+ read __
fi
else
$login_function_commands