changeset 12216:68d16aa2f434 draft

<b_jonas> `` set -e; f=/hackenv/bin/bfbotquine; d=/hackenv/bin/STOP; >$d echo $\'#!/bin/sh\\nrm -fv \'"$f"; >$f echo $\'#!/bin/sh\\nsleep 50; echo ":"="hackesoquine"; sleep 20\'; chmod -c a+x $d $f
author HackEso <hackeso@esolangs.org>
date Sat, 30 Nov 2019 22:30:23 +0000
parents 1f2227053f91
children 0997d27ba23b
files bin/STOP bin/bfbotquine
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/STOP	Sat Nov 30 22:30:23 2019 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+rm -fv /hackenv/bin/bfbotquine
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/bfbotquine	Sat Nov 30 22:30:23 2019 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+sleep 50; echo ":"="hackesoquine"; sleep 20