dwmblocks/blocks/hotspot_button.sh
2020-07-07 01:36:10 +05:30

5 lines
68 B
Bash
Executable file

#!/bin/dash
case "$1" in
1|2|3) echo "turn off hotspot" ;;
esac