# HG changeset patch # User HackBot # Date 1492819024 0 # Node ID 216a283b420783ec57a6aa7a0b4ac32c339aa7bc # Parent 97eb85d19f9e915f7065370ba643ec9d5ce7fa43 ` cd bin; cp lynx wget; cp lynx curl diff -r 97eb85d19f9e -r 216a283b4207 bin/curl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/curl Fri Apr 21 23:57:04 2017 +0000 @@ -0,0 +1,2 @@ +#!/bin/bash +echo "Sorry, HackEgo's sandbox currently has no web access." >&2 diff -r 97eb85d19f9e -r 216a283b4207 bin/wget --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/wget Fri Apr 21 23:57:04 2017 +0000 @@ -0,0 +1,2 @@ +#!/bin/bash +echo "Sorry, HackEgo's sandbox currently has no web access." >&2