view bin/autowelcome @ 6235:a0990f170be1

<tswett> learn No means hi.
author HackBot
date Sun, 22 Nov 2015 15:57:19 +0000
parents 749558cfba4b
children 7962ecaa05cf
line wrap: on
line source

[ "$1" == "on" ] && echo enabled > autowelcome_status; [ "$1" == "off" ] && echo disabled > autowelcome_status; echo "Autowelcome $(cat autowelcome_status)."