X-Git-Url: https://git.realraum.at/?p=201903hackathon.git;a=blobdiff_plain;f=bt_disconnect_bobbycar.sh;fp=bt_disconnect_bobbycar.sh;h=95e318f407ecfcc68bff6762528a1418a35e96db;hp=0000000000000000000000000000000000000000;hb=faacfda6875f406ba37b0f87e3f518ed2389fc4e;hpb=19903366be76221da8739bd9ce8ff285c5a8a08b diff --git a/bt_disconnect_bobbycar.sh b/bt_disconnect_bobbycar.sh new file mode 100755 index 0000000..95e318f --- /dev/null +++ b/bt_disconnect_bobbycar.sh @@ -0,0 +1,3 @@ +#!/bin/zsh +local BOBBYCAR=30:AE:A4:15:24:72 +sudo bluetoothctl <<< "disconnect $BOBBYCAR"