view bin/autowelcome @ 6206:1743c7862abc

<b_jonas> le/rn al gore/Al Gore invented the algorithm and the internet.
author HackBot
date Fri, 13 Nov 2015 12:18:00 +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)."