6 lines
179 B
Bash
Executable File
6 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
|
|
launchctl unload /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
|
launchctl load /var/jb/Library/LaunchDaemons/com.julioverne.screendumpd.plist
|
|
|
|
exit 0; |