aboutsummaryrefslogtreecommitdiffhomepage
path: root/extra
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 11:02:14 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-25 11:02:14 +0200
commitb39fe1bee1aff3e532d9b8831f1713457f132c6b (patch)
tree0efaae1e6157dfbfa6c7193149cde8780eeebea1 /extra
parentc0ca161b3a52f84f413c241a58043387a53240f2 (diff)
simple download handler script
Diffstat (limited to 'extra')
-rw-r--r--extra/download.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/download.sh b/extra/download.sh
new file mode 100644
index 0000000..90d0a9f
--- /dev/null
+++ b/extra/download.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+# $1 = url of file to download
+wget $1