view bin/autowelcome @ 6333:7962ecaa05cf

<oerjan> ` mv autowelcome_status share; sed -i \'s!autow!share/autow!\' bin/autowelcome
author HackBot
date Sat, 28 Nov 2015 07:47:08 +0000
parents 749558cfba4b
children 601eb46a9679
line wrap: on
line source

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