mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-20 15:16:38 +00:00
added scripts
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./scripts/env.sh
|
||||
DESTPATH=$RSYNC_PATH/
|
||||
rsync --stats -arilv -e "ssh -p 2222" ./release/ $DESTPATH/release
|
||||
Reference in New Issue
Block a user