summaryrefslogtreecommitdiff
path: root/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'jobs')
-rwxr-xr-xjobs/test.run7
1 files changed, 0 insertions, 7 deletions
diff --git a/jobs/test.run b/jobs/test.run
deleted file mode 100755
index 54ef8e8..0000000
--- a/jobs/test.run
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -ex
-wget ftp://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz
-tar xzf hello-2.10.tar.gz
-cd hello-2.10
-./configure
-make