summaryrefslogtreecommitdiff
path: root/archive-dl
diff options
context:
space:
mode:
authorschizoid <schizoidparty@aol.com>2024-12-09 11:50:12 -0500
committerschizoid <schizoidparty@aol.com>2024-12-09 11:50:12 -0500
commit7c874decb9920f4fcd9b762807131b4891c373d4 (patch)
tree73881b0d0ae1f0a77c1186cf3ee36e49b4faa929 /archive-dl
Created script
Diffstat (limited to 'archive-dl')
-rwxr-xr-xarchive-dl18
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