teamspeak-query-lib/control_src/quick_command.sh
Tobias Reisinger 6dddeb9c2e
All checks were successful
/ build-upload (push) Successful in 1m57s
Add split command
2025-07-27 12:30:17 +02:00

5 lines
110 B
Bash

action=$($DMENU < "$XDG_CONFIG_HOME/ts-control/quick")
if [ -z "$action" ]; then
exit 1
fi
eval "$0 $action"