# HG changeset patch # User hackbot # Date 1622252193 0 # Node ID 1e0f6cf6ad6bec3abf411ff9d0a7a9e6e1535efe # Parent 77315b5bc456b12551b32c7d8e90dc146dc2f85a bashify /hackenv/bin/cookie diff -r 77315b5bc456 -r 1e0f6cf6ad6b bin/cookie --- a/bin/cookie Sat May 29 01:36:31 2021 +0000 +++ b/bin/cookie Sat May 29 01:36:33 2021 +0000 @@ -1,1 +1,2 @@ +#!/bin/bash case $@ in hb) botsnack;; *) action gives $@ some cookies.;; esac