mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-10-31 08:05:41 +00:00
6 lines
125 B
Bash
Executable File
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/
|