1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-23 12:54:32 +00:00
8bitworkshop/scripts/sync-tools.sh
2018-08-06 17:57:35 -04:00

6 lines
121 B
Bash
Executable File

#!/bin/bash
. ./scripts/env.sh
DESTPATH=$RSYNC_PATH/
rsync --stats -rilv -e "ssh -p 2222" ./release/ $DESTPATH/release