summaryrefslogtreecommitdiff
path: root/scripts/unzip-all
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-10-17 12:22:00 -0400
committerAndrew Opalach <andrew@akon.city> 2025-10-17 12:32:42 -0400
commit544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (patch)
tree1caa87664ea4937c5f4e6e8dc83c49b3132ddd70 /scripts/unzip-all
parent85a47287e56ba9100420246531ebea5996cc0486 (diff)
downloaddotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.gz
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.bz2
dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.zip
Gentoo desktop
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"' _ {} \;