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