1
0
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:
Steven Hugg
2019-04-30 16:52:07 -04:00
parent 159b7048cc
commit 77123211cf
16 changed files with 0 additions and 724 deletions
-9
View File
@@ -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."