bin/cookie
author hackbot
Sat, 29 May 2021 01:54:11 +0000
changeset 166 4319a644b4e6
parent 149 1e0f6cf6ad6b
permissions -rwxr-xr-x
<cd> rm /hackenv/foooo
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