diff options
author | iximeow <me@iximeow.net> | 2015-03-11 16:45:16 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2015-03-11 16:45:16 -0700 |
commit | 685f7123b9e206727b41a32f549312b33f67eba6 (patch) | |
tree | a43dca4fd516016a4fb4d826a0c15856a8b8c28e | |
parent | 9827904a6aa6b649665cf78fa56716011fb37e6d (diff) |
add helper to .project
-rw-r--r-- | .project | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ project_name="msp430-disassembler" + +run() { + cd $(grt); sbt "$@"; cd - +} |