# HG changeset patch # User hackbot # Date 1621733537 18000 # Node ID 9ae73ec00734fd7f6f1635481703496f4b97b380 # Parent fe1ac4b8975a13037641d4f31b9168beb5177461 mkx /hackenv/bin/cookie//case $@ in hb) botsnack;; *) action "gives $@ some cookies.";; esac diff -r fe1ac4b8975a -r 9ae73ec00734 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