7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# ble.sh () installed from nix
|
||
|
if (command -v blesh-share &>/dev/null); then
|
||
|
source "$(blesh-share)"/ble.sh --attach=none # does not work currently
|
||
|
fi
|