<cd> mkx /hackenv/bin/cookie//case $@ in hb) botsnack;; *) action "gives $@ some cookies.";; esac
authorhackbot
Sat, 22 May 2021 20:32:17 -0500
changeset 66 9ae73ec00734
parent 65 fe1ac4b8975a
child 67 98a92d2a9b2a
<cd> mkx /hackenv/bin/cookie//case $@ in hb) botsnack;; *) action "gives $@ some cookies.";; esac
bin/cookie
--- a/bin/cookie	Sat May 22 20:32:01 2021 -0500
+++ b/bin/cookie	Sat May 22 20:32:17 2021 -0500
@@ -1,1 +1,1 @@
-case $@ in; hb) botsnack;; *) action "gives $@ some cookies.";; esac
+case $@ in hb) botsnack;; *) action "gives $@ some cookies.";; esac