7 lines
166 B
Bash
7 lines
166 B
Bash
#!/bin/sh
|
|
|
|
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
|
launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
|
|
|
exit 0;
|