From 5f436fdcb733cf9c669a0c94ad95878163f04b9a Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 23 Feb 2007 10:16:43 +0100 Subject: added dmenu_path convenience script --- dmenu_path | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 dmenu_path (limited to 'dmenu_path') diff --git a/dmenu_path b/dmenu_path new file mode 100755 index 0000000..3070eb7 --- /dev/null +++ b/dmenu_path @@ -0,0 +1,2 @@ +#!/bin/sh +/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | /usr/bin/sort -u -- cgit v1.2.3