mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-24 19:58:34 +00:00
7 lines
214 B
Bash
Executable File
7 lines
214 B
Bash
Executable File
#!/bin/sh -xe
|
|
echo --- Unload launch agent
|
|
launchctl unload ~/Library/LaunchAgents/music-exp.plist
|
|
echo --- Remove launch agent plist
|
|
rm -f ~/Library/LaunchAgents/music-exp.plist || true
|
|
echo --- UNINSTALL SUCCESS
|