view bin/autowelcome @ 6335:13b0867d7d25

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

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