mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 23:30:58 +00:00
6 lines
119 B
Bash
Executable File
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
|