3 lines
109 B
Bash
Executable File
3 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
launchctl unload /var/jb/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist 2> /dev/null
|
|
exit 0; |