mirror of
https://github.com/ashish-yadav11/dwmblocks
synced 2024-11-17 09:26:13 +00:00
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/dash
|
|
case "$1" in
|
|
1|2|3) echo "turn off hotspot" ;;
|
|
esac
|