changeset 10786:216a283b4207

<oerjan> ` cd bin; cp lynx wget; cp lynx curl
author HackBot
date Fri, 21 Apr 2017 23:57:04 +0000
parents 97eb85d19f9e
children f5d4e08075b1
files bin/curl bin/wget
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/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
--- /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