1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-21 23:30:58 +00:00
8bitworkshop/scripts/sync-tools.sh
2018-07-26 12:44:09 -04:00

6 lines
119 B
Bash
Executable File

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