view bin/autowelcome @ 6801:187d003817ca

<\oren\> misle/rn C++/C++ is an attempt to improve upon C. The only thing it actually improved was memory management, and it made everything else worse.
author HackBot
date Wed, 10 Feb 2016 06:39:33 +0000
parents 13b0867d7d25
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)."