index
:
msp430-disassembler
master
msp430 disassembler (for microcorruption)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
.project
4
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 -
+}