From e1da6d80b6b7d00e98a62c7da1fbe2ac49d22b44 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 30 Sep 2013 23:39:38 +0200 Subject: portability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- gotrc-examples/commands | 2 +- gotrc-examples/lower-left-ponysay | 2 +- 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}" -- cgit v1.2.3-70-g09d2