<cd> ` echo "case \\$@ in hb) botsnack;; *) action "gives \\$@ some cookies.";; esac" > /hackenv/bin/cookie
authorhackbot
Sun, 23 May 2021 16:39:17 +0000
changeset 105 4fd55c1868d8
parent 104 e874491ff2c0
child 106 5116820523c0
<cd> ` echo "case \\$@ in hb) botsnack;; *) action "gives \\$@ some cookies.";; esac" > /hackenv/bin/cookie
bin/cookie
--- a/bin/cookie	Sun May 23 16:38:09 2021 +0000
+++ b/bin/cookie	Sun May 23 16:39:17 2021 +0000
@@ -1,1 +1,1 @@
-case ${$@@Q}  in hb) botsnack;; *) action gives ${$@@Q} some cookies.;; esac
+case $@  in hb) botsnack;; *) action gives $@ some cookies.;; esac