diff options
Diffstat (limited to 'archive-dl')
-rwxr-xr-x | archive-dl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/archive-dl b/archive-dl new file mode 100755 index 0000000..229ec9d --- /dev/null +++ b/archive-dl @@ -0,0 +1,18 @@ +#!/bin/sh + +input=$1 +type=$2 + +check() +if [ -n "$input" ]; then + echo +else + echo "Please enter URL"; + exit 0 +fi + + +echo $input +echo $type + +#curl $input |