# HG changeset patch # User HackEso # Date 1575070359 0 # Node ID 39b8923b5c15f4ae7ebf274fd50db6b4784dd099 # Parent 50d588d1d00f02e862ba3accdeb586dc404f012c `` set -e; f=/hackenv/bin/bfbotquine; >$f echo $\'#!/bin/sh\\necho hello, world\'; chmod -c a+x "$f" diff -r 50d588d1d00f -r 39b8923b5c15 bin/bfbotquine --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/bfbotquine Fri Nov 29 23:32:39 2019 +0000 @@ -0,0 +1,2 @@ +#!/bin/sh +echo hello, world