dotfiles/.bin/OLD/dexec_work

5 lines
124 B
Plaintext
Raw Normal View History

2023-02-22 08:31:38 +01:00
#!/bin/sh
. $HOME/.bin/_config
APP=$(ls -1 $HOME/.bin/work/ | $DMENU_CMD -p Work)
[ ! -z "$APP" ] && $HOME/.bin/work/$APP