diff options
author | Ben Sima <ben@bsima.me> | 2019-11-02 15:54:20 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-02 17:13:04 -0700 |
commit | ed4e214d481f67f796014aa80731b6d273618b6c (patch) | |
tree | f44cd4b80de8b624f38f7637f4615b79517ee993 /chip/run | |
parent | 9d114cfc773171b0a95bd4d2c39f1bb0eb783c8d (diff) |
add common scripts, remove old scripts, update readme
Diffstat (limited to 'chip/run')
-rwxr-xr-x | chip/run | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chip/run b/chip/run deleted file mode 100755 index cf4a768..0000000 --- a/chip/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -cd bild && exec "./$1" |