mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-20 07:33:11 +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
|