summaryrefslogtreecommitdiff
path: root/chip/run
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-08-30 06:58:32 -0700
committerBen Sima <ben@bsima.me>2019-08-30 06:58:32 -0700
commitc72ae999c2850a01901e94ff22956921571cbb73 (patch)
tree094f91654f33beb6b120427b81cd9ce174cd2cfe /chip/run
parent265c9ade22edaee43a26aab06a9daf02aa74c631 (diff)
chip/run: add
Diffstat (limited to 'chip/run')
-rwxr-xr-xchip/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/run b/chip/run
new file mode 100755
index 0000000..cf4a768
--- /dev/null
+++ b/chip/run
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+cd bild && exec "./$1"