diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-13 19:31:14 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-13 19:31:14 -0500 |
commit | 82539db317b616b41b6e16629f19ddb4a49f6cc7 (patch) | |
tree | 24cd1c2004631d0778241f287f0b00123d2a9163 /quickcheck.sh | |
parent | 5cbb09516a98d53943062badc08865507f18100d (diff) |
shell script to test modifications quickly
Diffstat (limited to 'quickcheck.sh')
-rwxr-xr-x | quickcheck.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quickcheck.sh b/quickcheck.sh new file mode 100755 index 0000000..96c2e27 --- /dev/null +++ b/quickcheck.sh @@ -0,0 +1,2 @@ +#!/bin/sh +make clean && make && clear && ./graphicus-02 |