dotfiles/.bin/OLD/dexec_edit
2024-02-14 07:55:58 +01:00

5 lines
130 B
Bash
Executable File

#!/bin/sh
. $HOME/.bin/_config
THING=$(ls -1 $HOME/.bin/edit/ | $DMENU_CMD -p Edit)
[ ! -z "$THING" ] && $HOME/.bin/edit/$THING