view bin/autowelcome @ 6207:131245a6aa23

<Jafet> le/rn yoda/Yoda\'s oration, disordered always.
author HackBot
date Fri, 13 Nov 2015 12:30:54 +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)."