annotate bin/autowelcome @ 6212:509a3c8c345a

<boily> le/rn ENOSTRIL/Nose such file or directory
author HackBot
date Sun, 15 Nov 2015 15:11:08 +0000
parents 749558cfba4b
children 7962ecaa05cf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6164
749558cfba4b <tswett> echo \'[ "$1" == "on" ] && echo enabled > autowelcome_status; [ "$1" == "off" ] && echo disabled > autowelcome_status; echo "Autowelcome $(cat autowelcome_status)."\' > bin/autowelcome
HackBot
parents: 6103
diff changeset
1 [ "$1" == "on" ] && echo enabled > autowelcome_status; [ "$1" == "off" ] && echo disabled > autowelcome_status; echo "Autowelcome $(cat autowelcome_status)."