6 lines
167 B
Bash
6 lines
167 B
Bash
#!/bin/bash
|
|
|
|
launchctl unload //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
|
launchctl load //Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
|
|
|
exit 0; |