5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
|
|
|
exit 0; |