mirror of
https://github.com/EnderIce2/rpc-bridge.git
synced 2025-07-10 23:09:13 +00:00
Update shebang to use bash instead of sh
"function" is a bash builtin
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# This script is used to create a LaunchAgent on MacOS, to support the service functionality.
|
||||
# Usage: ./launchd.sh (install|remove)
|
||||
|
Reference in New Issue
Block a user