added new scripts
This commit is contained in:
6
.local/bin/lsext
Executable file
6
.local/bin/lsext
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
CWD=$1
|
||||
if [ $# -eq 0 ]; then
|
||||
CWD=$PWD
|
||||
fi
|
||||
find $CWD -type f | perl -ne 'print $1 if m/\.([^.\/]+)$/' | sort -u
|
||||
Reference in New Issue
Block a user