4 lines
201 B
Text
4 lines
201 B
Text
cargo build --release
|
|
mv target/release/mbslimit /usr/local/bin
|
|
create /Library/LaunchDaemons/com.example.notifymylimit.plist
|
|
sudo launchctl load /Library/LaunchDaemons/com.example.notifymylimit.plist
|