annotate bin/autowelcome @ 6235:a0990f170be1

<tswett> learn No means hi.
author HackBot
date Sun, 22 Nov 2015 15:57:19 +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)."