1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-18 15:30:54 +00:00
8bitworkshop/scripts/sync-dev.sh

6 lines
125 B
Bash
Raw Normal View History

2018-08-06 17:29:59 -04:00
#!/bin/bash
2018-07-26 08:50:20 -07:00
DESTPATH=$RSYNC_PATH/dev/
make dist
rsync --stats -riltz --chmod=a+rx -e "ssh" ./tmp/dist/ config.js $DESTPATH/