script to toggle bluetooth service (TODO: pripojeni sluchatek)
This commit is contained in:
parent
57c459f5ec
commit
d2d606417f
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
[[ "$(systemctl is-active bluetooth)" == 'active' ]] && $(systemctl stop bluetooth || :) || systemctl restart bluetooth
|
Loading…
Reference in New Issue