summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-09-26 09:44:29 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2014-09-26 09:44:29 +0200
commit98f7cce770ca920e1ce7414aa29937c44140a06a (patch)
tree77dd0cea92c5efad12055f2e3fde6f36f3141887
parent3c651e8333d7f4f6715278b4ebe6c7b5b3785586 (diff)
downloadRustAndDust-98f7cce770ca920e1ce7414aa29937c44140a06a.zip
RustAndDust-98f7cce770ca920e1ce7414aa29937c44140a06a.tar.gz
add run shell script
-rwxr-xr-xrun3
1 files changed, 3 insertions, 0 deletions
diff --git a/run b/run
new file mode 100755
index 0000000..9d3b6db
--- /dev/null
+++ b/run
@@ -0,0 +1,3 @@
+#! /bin/bash
+[ -d out ] && rm -fr out
+./gradlew clean packs desktop:run