aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gotrc-examples/commands2
-rw-r--r--gotrc-examples/lower-left-ponysay2
2 files changed, 2 insertions, 2 deletions
diff --git a/gotrc-examples/commands b/gotrc-examples/commands
index 6c382bf..e0558f4 100644
--- a/gotrc-examples/commands
+++ b/gotrc-examples/commands
@@ -6,7 +6,7 @@
login_function_commands=$login_function
login_function=_login_commands
-function _login_commands
+_login_commands ()
{
if [ "${user%%+*}" = "" ]; then
if [ "${user}" = "+shutdown" ]; then
diff --git a/gotrc-examples/lower-left-ponysay b/gotrc-examples/lower-left-ponysay
index 5f1b110..00e87eb 100644
--- a/gotrc-examples/lower-left-ponysay
+++ b/gotrc-examples/lower-left-ponysay
@@ -5,7 +5,7 @@
# as well as set a nice palette to the TTY and set up to use block cursor.
-function _display
+_display ()
{
PALETTE=$(echo -e '\e]P0020840\e]P1CD656C\e]P232A679\e]P3CCAD47\e]P42495BE\e]P5A46EB0\e]P600A09F\e]P7D3D7CF\e]P8555753\e]P9EB5E6A\e]PA0EC287\e]PBF2CA38\e]PC00ACE0\e]PDC473D1\e]PE00C3C7\e]PFEEEEEE')
echo -n "${PALETTE}"