aboutsummaryrefslogtreecommitdiff
path: root/swenu-path.sh
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-19 19:49:52 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-19 19:49:52 -0400
commita3edeef3d506d3a498c727fc4ba96cfa99673622 (patch)
treea7a48edbcf030d571f93ce4bb40f8a004a2d9993 /swenu-path.sh
parent25f0c213ed8d9d0912c0de8c2506d0820939aafd (diff)
selected background
Diffstat (limited to 'swenu-path.sh')
-rwxr-xr-xswenu-path.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/swenu-path.sh b/swenu-path.sh
deleted file mode 100755
index a720d5c..0000000
--- a/swenu-path.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-IFS=:
-for dir in $PATH; do
- [ -e ${dir} ] && find ${dir} -executable -printf '%f\n'
-done | sort -u