mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-11 03:47:01 +00:00
4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
/bin/launchctl load /Library/LaunchDaemons/ch.ringwald.BTstack.plist 2&> /dev/null
|
|
exit 0
|