This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
though sticking to |uniq
master
Anselm R Garbe
16 years ago
parent
7195e941c1
commit
6423288394
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu_path
+ 1
- 1
dmenu_path
View File
@ -19,7 +19,7 @@ then
do
test -x "$file" && echo "$file"
done
done | sort
-u
> "$CACHE".$$ &&
done | sort
| uniq
> "$CACHE".$$ &&
mv "$CACHE".$$ "$CACHE"
fi
Write
Preview
Loading…
Cancel
Save