6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
launchctl unload /Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
|
|
|
exit 0;
|