mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-29 14:51:17 +00:00
6 lines
121 B
Bash
Executable File
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
|