View [OSX] Rokket Based Screenshot
#!/bin/bash | |
# scrot -> rokket.space, by @Smallinger | |
# https://rokket.space | |
# darwin screenshot options | |
# https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/screencapture.1.html | |
SCROTARGS=(-C -s) | |
# screenshots save or delete after upload ? 1 or 0 | |
DELETE=0 | |
# change here the folder for the screenshots to save |
View teamspeak3
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: teamspeak3 | |
# Required-Start: $local_fs $network | |
# Required-Stop: $local_fs $network | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Description: Teamspeak 3 Server | |
### END INIT INFO | |