diff options
author | vg <vg@devys.org> | 2018-03-12 21:06:10 +0100 |
---|---|---|
committer | vg <vg@devys.org> | 2018-03-12 21:06:10 +0100 |
commit | 1ec809af4d8cb706303c42a977cc80001447ec23 (patch) | |
tree | e30a72637580b159e3346ec93b489992b1c076be | |
parent | 1499edaf1f78fc3e8c479333ad91584396f4ac1c (diff) | |
download | scripts-1ec809af4d8cb706303c42a977cc80001447ec23.tar.gz scripts-1ec809af4d8cb706303c42a977cc80001447ec23.tar.bz2 scripts-1ec809af4d8cb706303c42a977cc80001447ec23.zip |
add the wget-qs1 script to help get content from qs1
-rwxr-xr-x | scripts/wget-qs1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/wget-qs1 b/scripts/wget-qs1 new file mode 100755 index 0000000..32c6c6b --- /dev/null +++ b/scripts/wget-qs1 @@ -0,0 +1,2 @@ +#!/bin/sh +exec wget --content-disposition "$1":8000 |