From 774c632237527a736bfdcbf6697fe9047daa7762 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 23 Apr 2018 17:18:04 +0100 Subject: [PATCH] Comment out message to not sabotage --- shells/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/profile b/shells/profile index 25a242ae..2c2dc186 100644 --- a/shells/profile +++ b/shells/profile @@ -11,4 +11,4 @@ GEM_PATH=$GEM_HOME export PATH=$PATH:$GEM_HOME/bin export GEM_HOME=$(ruby -e 'print Gem.user_dir') -echo -e "Please don't sabotage my computer while I'm away \n\nTo turn on the print server, run the command 'cups'\n\nTo update 3d party plugins, run command 'u3p'\n\nTo turn on my servers, run command 'sudo lampp start'" | /usr/bin/cowsay -f tux -W 80 +#echo -e "Please don't sabotage my computer while I'm away \n\nTo turn on the print server, run the command 'cups'\n\nTo update 3d party plugins, run command 'u3p'\n\nTo turn on my servers, run command 'sudo lampp start'" | /usr/bin/cowsay -f tux -W 80