This commit is contained in:
2022-11-03 19:39:01 -05:00
parent 521e57c6e3
commit a43c0ef1aa
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
if [[ $1 = pre ]]; then
btmgmt power off
elif [[ $1 = post ]]; then
btmgmt power on
fi