view bin/autowelcome @ 7277:77ae80f1894d

<fizzie> ` (cd ibin; rm bf8 bf16 bf32; ln -s bf bf8; ln -s bf bf16; ln -s bf bf32)
author HackBot
date Fri, 25 Mar 2016 10:48:18 +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)."