diff options
Diffstat (limited to '.scripts/tools/rotdir')
| -rwxr-xr-x | .scripts/tools/rotdir | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.scripts/tools/rotdir b/.scripts/tools/rotdir deleted file mode 100755 index e7103db..0000000 --- a/.scripts/tools/rotdir +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ -z "$1" ] && echo "usage: rotdir regex 2>&1" && exit 1 -base="$(basename $1)" - ls "$PWD" | awk "BEGIN { lines = \"\"; m = 0; } /^$base$/ { m = 1; } { if (!m) { if (lines) { lines = lines\"\n\"; } lines = lines\"\"\$0; } else { print \$0; } } END { print lines; }" |
