Created
March 9, 2020 04:56
-
-
Save exbotanical/d2b1a0ff9680831e86c41c006d8622dc to your computer and use it in GitHub Desktop.
eve linux configs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# eve-linux configurations - not a script, but cmds | |
# bluetooth | |
hcitool scan | |
var=DEVICE | |
# as root | |
rfcomm bind $var | |
rfcomm connect hci0 $var |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment