summaryrefslogtreecommitdiff
path: root/scripts/unzip-all
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/unzip-all')
-rwxr-xr-xscripts/unzip-all3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/unzip-all b/scripts/unzip-all
deleted file mode 100755
index 0982666..0000000
--- a/scripts/unzip-all
+++ /dev/null
@@ -1,3 +0,0 @@
-#! /usr/bin/env sh
-# https://askubuntu.com/a/518376
-find "$1" ! -path "${1%/}/$(basename $PWD)/*" -name '*.zip' -exec sh -c 'x=${1%.*}; unzip -d "${x##*/}" "$1"' _ {} \;