mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
changed proglist
This commit is contained in:
parent
1cfea0d215
commit
d93851ebd4
@ -7,11 +7,8 @@ xwrite() {
|
||||
}
|
||||
|
||||
proglist() {
|
||||
echo "$@" | tr ':' '\n' | grep -v '^$' | uniq |
|
||||
while read dir
|
||||
do
|
||||
find "$dir" -perm -u+x -type f -print | sed 's,^.*/,,'
|
||||
done | sort | uniq
|
||||
find -L `echo "$@" | tr ':' '\n' | uniq` -perm -u+x -type f -print |
|
||||
sed 's,^.*/,, ' | sort | uniq
|
||||
}
|
||||
|
||||
# give wmiiwm a chance to start
|
||||
|
Loading…
Reference in New Issue
Block a user