dotg

a bitreich fosdem adventure
git clone https://git.parazyd.org/dotg
Log | Files | Refs

talk-host.sh (229B)


      1 specific_talk_host() {
      2 	item="$1"
      3 
      4 	case "$item" in
      5 		Old_Thinkpad|Smartphone)
      6 			_msg '"Oh, you need Internet access? The password is
      7 				right there on the fridge." - He says as he
      8 				points towards the fridge.'
      9 			;;
     10 	esac
     11 }