mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-21 21:16:51 +00:00
removed website files from IDE project
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ./scripts/env.sh
|
||||
grep "var VERSION" redir.html
|
||||
mkdir -p .tmp
|
||||
cp demo.html .tmp/index.html
|
||||
rsync -rpilv --chmod=a+rx -e "ssh -p 2222" .tmp/index.html .htaccess redir.html privacy.html css bootstrap images $RSYNC_PATH/
|
||||
rm -fr .tmp
|
||||
echo "Done."
|
||||
Reference in New Issue
Block a user