view bin/autowelcome @ 11237:6df01ef9a417

<shachaf> mkx bin/d1wg//dowg "$@" | head -n1
author HackBot
date Sat, 04 Nov 2017 01:57:25 +0000
parents c989a1669243
children e3fd93ced862
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)."