bin/cookie
author hackbot
Sun, 23 May 2021 16:39:17 +0000
changeset 105 4fd55c1868d8
parent 104 e874491ff2c0
child 149 1e0f6cf6ad6b
permissions -rwxr-xr-x
<cd> ` echo "case \\$@ in hb) botsnack;; *) action "gives \\$@ some cookies.";; esac" > /hackenv/bin/cookie

case $@  in hb) botsnack;; *) action gives $@ some cookies.;; esac