This commit is contained in:
√(noham)²
2024-03-03 15:52:50 +01:00
parent 5c5d9514ce
commit 828e481d1d
12 changed files with 353 additions and 37 deletions

6
user/uninstall.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/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