diff options
author | schizoid <schizoidparty@aol.com> | 2024-12-09 11:50:12 -0500 |
---|---|---|
committer | schizoid <schizoidparty@aol.com> | 2024-12-09 11:50:12 -0500 |
commit | 7c874decb9920f4fcd9b762807131b4891c373d4 (patch) | |
tree | 73881b0d0ae1f0a77c1186cf3ee36e49b4faa929 |
Created script
-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 |