log bin/bfbotquine @ 12216:68d16aa2f434 draft

age author description
Sat, 30 Nov 2019 22:30:23 +0000 HackEso <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 draft
Fri, 29 Nov 2019 23:33:39 +0000 HackEso <b_jonas> `` set -e; f=/hackenv/bin/bfbotquine; >$f echo $\'#!/bin/sh\\necho ":=hackesoquine"\'; chmod -c a+x "$f" draft
Fri, 29 Nov 2019 23:32:39 +0000 HackEso <b_jonas> `` set -e; f=/hackenv/bin/bfbotquine; >$f echo $\'#!/bin/sh\\necho hello, world\'; chmod -c a+x "$f" draft