diff options
author | iximeow <me@iximeow.net> | 2015-09-28 03:35:17 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2015-09-28 03:36:28 -0700 |
commit | 993e1dd8e0def107e2532eee4d4c1adf5fb13c34 (patch) | |
tree | c504fd17f5894a467d824784162d114a84a9048a | |
parent | 7a3463683e9ceecb058b44f228f2d6a389fb9192 (diff) |
add kill to projectm
-rw-r--r-- | .project | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ run() { fi } +kill() { + $(grt)/kill +} + build() { $(grt)/build } |