summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.project4
1 files changed, 4 insertions, 0 deletions
diff --git a/.project b/.project
index a2f49b5..2ce3287 100644
--- a/.project
+++ b/.project
@@ -1 +1,5 @@
project_name="msp430-disassembler"
+
+run() {
+ cd $(grt); sbt "$@"; cd -
+}