From 993e1dd8e0def107e2532eee4d4c1adf5fb13c34 Mon Sep 17 00:00:00 2001 From: iximeow Date: Mon, 28 Sep 2015 03:35:17 -0700 Subject: add kill to projectm --- .project | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.project b/.project index 4f8d223..a3f8e29 100644 --- a/.project +++ b/.project @@ -9,6 +9,10 @@ run() { fi } +kill() { + $(grt)/kill +} + build() { $(grt)/build } -- cgit v1.1