8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -z "${DMENU_PATH}" ] ; then
|
|
stest -flx $PATH
|
|
else
|
|
stest -flx $DMENU_PATH
|
|
fi
|