# HG changeset patch # User hackbot # Date 1621733521 18000 # Node ID fe1ac4b8975a13037641d4f31b9168beb5177461 # Parent 978bf6af17cf78587a2477c8156d7f49df5ce576 mkx /hackenv/bin/cookie//case $@ in; hb) botsnack;; *) action "gives $@ some cookies.";; esac diff -r 978bf6af17cf -r fe1ac4b8975a bin/cookie --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/cookie Sat May 22 20:32:01 2021 -0500 @@ -0,0 +1,1 @@ +case $@ in; hb) botsnack;; *) action "gives $@ some cookies.";; esac