
6 Aug
2009
6 Aug
'09
12:54 p.m.
Sorry, I've experienced trouble with the copy/pasting of the script, should read,#!/bin/shprompt=Listeaction=cdindex=`ls -d */ -d .*/ -U | dmenu -i -p "$prompt: $PWD"`[ -z $index ]if [ $? = 1 ]; then $action $index && lsd ; else actionsfi