From 36f7747780ea5f459e17f34c42d646abff6e6dbc Mon Sep 17 00:00:00 2001 From: epochqwert Date: Wed, 19 Dec 2018 19:33:37 +0000 Subject: updated scripts, and xchg stuff added --- scripts/drink.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/drink.sh (limited to 'scripts/drink.sh') diff --git a/scripts/drink.sh b/scripts/drink.sh new file mode 100755 index 0000000..b36382e --- /dev/null +++ b/scripts/drink.sh @@ -0,0 +1,5 @@ +#!/bin/bash +export SHELL=/bin/bash +$(exit $[$RANDOM % 50]) && printf "\x01ACTION sees that it is %s passed the hour and takes a shot of tripwire.\x01\n" "$(date +%M)" > /home/segfault/files/default +#$(exit $[$RANDOM % 50]) && printf "\x01ACTION sees that it is %s passed the hour and shoots a few ccs of heroin.\x01\n" "$(date +%M)" > /home/segfault/files/default +exit 0 -- cgit v1.2.3