changeset 10788:8f968d57bc48

<oerjan> ` cd bin; cp lynx wget; cp lynx curl
author HackBot
date Fri, 21 Apr 2017 23:59:39 +0000
parents f5d4e08075b1
children f125c66ab58b
files bin/curl bin/wget
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/curl	Fri Apr 21 23:59:26 2017 +0000
+++ b/bin/curl	Fri Apr 21 23:59:39 2017 +0000
@@ -1,2 +1,3 @@
 #!/bin/bash
 echo "Sorry, HackEgo's sandbox currently has no web access." >&2
+exit 1
--- a/bin/wget	Fri Apr 21 23:59:26 2017 +0000
+++ b/bin/wget	Fri Apr 21 23:59:39 2017 +0000
@@ -1,2 +1,3 @@
 #!/bin/bash
 echo "Sorry, HackEgo's sandbox currently has no web access." >&2
+exit 1