remove unintentionally committed files again

This commit is contained in:
Helmut K. C. Tessarek
2019-05-09 23:01:49 -04:00
parent 9b27a4f601
commit 440be3d920
2 changed files with 0 additions and 9 deletions
-4
View File
@@ -1,4 +0,0 @@
#!/bin/bash
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
"$ROOT_DIR/../CliClient/run.sh" apidoc > "$ROOT_DIR/../readme/api.md"
-5
View File
@@ -1,5 +0,0 @@
#!/bin/bash
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
node "$ROOT_DIR/build-website.js"
#&& git add -A && git commit -m "Update website" && git pull && git push