view bin/autowelcome @ 6316:7f3205480055

<oerjan> rm people.py
author HackBot
date Sat, 28 Nov 2015 07:35:02 +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)."