summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2015-03-11 16:45:16 -0700
committeriximeow <me@iximeow.net>2015-03-11 16:45:16 -0700
commit685f7123b9e206727b41a32f549312b33f67eba6 (patch)
treea43dca4fd516016a4fb4d826a0c15856a8b8c28e
parent9827904a6aa6b649665cf78fa56716011fb37e6d (diff)
add helper to .project
-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 -
+}