Update 2022-12-06 08:01 OpenBSD/amd64
This commit is contained in:
4
.bin/dexec_apps
Executable file
4
.bin/dexec_apps
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
. $HOME/.bin/_config
|
||||
APP=$(ls -1 $HOME/.bin/apps/ | $DMENU_CMD -p App)
|
||||
[ ! -z "$APP" ] && $HOME/.bin/apps/$APP
|
||||
Reference in New Issue
Block a user