From 544da1ba50d9cbf51a18ca0abf1db66b3baa7460 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 17 Oct 2025 12:22:00 -0400 Subject: Gentoo desktop --- scripts/desktop/unrar-all | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/desktop/unrar-all (limited to 'scripts/desktop/unrar-all') diff --git a/scripts/desktop/unrar-all b/scripts/desktop/unrar-all new file mode 100755 index 0000000..7c9f531 --- /dev/null +++ b/scripts/desktop/unrar-all @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +find "$1" ! -path "${1%/}/$(basename $PWD)/*" -name '*.rar' -exec sh -c 'x=${1%.*}; 7z x -o"${x##*/}" "$1"' _ {} \; -- cgit v1.2.3-101-g0448