1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 20:41:36 +00:00
8bitworkshop/scripts/sync-dev.sh

6 lines
125 B
Bash
Executable File

#!/bin/bash
DESTPATH=$RSYNC_PATH/dev/
make dist
rsync --stats -riltz --chmod=a+rx -e "ssh" ./tmp/dist/ config.js $DESTPATH/