summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-19 20:57:57 +0000
committerGitHub <noreply@github.com>2021-11-19 20:57:57 +0000
commitdfc95c3592e2a1c528d8ac145c620bfb0c568f08 (patch)
tree1daab84478a11d40cb680e7c5523f424de9b80c9
parent83ce8201a01369fabd0105e995392973b8510b21 (diff)
Remove obsolete `wget-assets.sh` file
-rwxr-xr-xwget-assets.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/wget-assets.sh b/wget-assets.sh
deleted file mode 100755
index 00070bc6..00000000
--- a/wget-assets.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-# This bash script downloads the game assets
-# Takes $1 destination directory parameter
-
-FOLDERNAME="Testing"
-
-export DESTDIR="$1/"
-
-echo "downloading assets"
-echo "DESTDIR = $DESTDIR"
-
-read -p "Continue? " -n 1
-if [[ ! $REPLY =~ ^[Yy]$ ]]; then
- exit 1
-fi
-
-cd "$1"
-wget -r -nH --cut-dirs=4 --no-parent -e robots=off --reject="*index.html*" "https://vittorioromeo.info/Misc/Linked/OHResources/$FOLDERNAME/"