Add scripts for running shellcheck/tests interpreted.

This commit is contained in:
Vidar Holen
2015-12-05 17:47:43 -08:00
parent d00ca0c283
commit 8acd5b13cd
2 changed files with 20 additions and 0 deletions

5
quickrun Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# quickrun runs ShellCheck in an interpreted mode.
# This allows testing changes without recompiling.
runghc -idist/build/autogen shellcheck.hs "$@"