diff options
| author | Connor Lane Smith <[email protected]> | 2011-06-13 21:50:31 +0100 |
|---|---|---|
| committer | Connor Lane Smith <[email protected]> | 2011-06-13 21:50:31 +0100 |
| commit | eadf090413c530e69e8568492ebeb4b4087bd2ad (patch) | |
| tree | cce8671f1d59e40a0bdc0be6c9ef379812ff8010 /dmenu_path | |
| parent | add lsx.1 (diff) | |
| download | dmenu-eadf090413c530e69e8568492ebeb4b4087bd2ad.tar.gz dmenu-eadf090413c530e69e8568492ebeb4b4087bd2ad.tar.bz2 dmenu-eadf090413c530e69e8568492ebeb4b4087bd2ad.zip | |
new dmenu_run
Diffstat (limited to 'dmenu_path')
| -rwxr-xr-x | dmenu_path | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dmenu_path b/dmenu_path deleted file mode 100755 index 81df5ed..0000000 --- a/dmenu_path +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -CACHE=$HOME/.dmenu_cache -IFS=: - -if ! test -f "$CACHE" || find $PATH -type d -newer "$CACHE" | grep -q .; then - lsx $PATH | sort -u > "$CACHE" -fi - -cat "$CACHE" |