1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-09-26 16:56:35 +00:00
8bitworkshop/scripts/sync-tools.sh

6 lines
121 B
Bash
Raw Normal View History

2018-08-06 21:29:59 +00:00
#!/bin/bash
2018-07-26 15:50:20 +00:00
. ./scripts/env.sh
DESTPATH=$RSYNC_PATH/
2018-07-26 16:44:09 +00:00
rsync --stats -rilv -e "ssh -p 2222" ./release/ $DESTPATH/release