Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
| #!/bin/sh | |
| echo "Running..." | |
| PROG=$0 | |
| RSYNC="/usr/bin/rsync" | |
| SCRIPT_MOUNTED='false' | |
| MOUNT_VOLUME="/Volumes/Qdownload" | |
| SRC="$MOUNT_VOLUME/transmission/completed/" | |
| DST="/Users/tom/Dumping Ground/Qnap Downloads" |