bin/cookie
author hackbot
Sat, 29 May 2021 20:10:44 +0000
changeset 174 83ec4c52f823
parent 149 1e0f6cf6ad6b
permissions -rwxr-xr-x
<cd> ` bash ./bashify foo
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
149
1e0f6cf6ad6b <cd> bashify /hackenv/bin/cookie
hackbot
parents: 105
diff changeset
     1
#!/bin/bash
105
4fd55c1868d8 <cd> ` echo "case \\$@ in hb) botsnack;; *) action "gives \\$@ some cookies.";; esac" > /hackenv/bin/cookie
hackbot
parents: 104
diff changeset
     2
case $@  in hb) botsnack;; *) action gives $@ some cookies.;; esac