summaryrefslogtreecommitdiff
path: root/scripts/drink.sh
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2018-12-19 19:33:37 +0000
committerepochqwert <epoch@hacking.allowed.org>2018-12-19 19:33:37 +0000
commit36f7747780ea5f459e17f34c42d646abff6e6dbc (patch)
treea72a0c3f6fa918323b37bff7da047c08a8bdb9a4 /scripts/drink.sh
parentff822dd2295faa2e3fce3fe2bde391c5a1ad53e7 (diff)
downloadsegfault_home-36f7747780ea5f459e17f34c42d646abff6e6dbc.tar.gz
segfault_home-36f7747780ea5f459e17f34c42d646abff6e6dbc.zip
updated scripts, and xchg stuff added
Diffstat (limited to 'scripts/drink.sh')
-rwxr-xr-xscripts/drink.sh5
1 files changed, 5 insertions, 0 deletions
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