Simple bash syntax checker
A very simple syntax checker for bash scripts (executes bash -n $FILE
for every (changed or specified) file), similiar to Jans "grep-forbidden-words"-script. May be a small check for the pipeline that is very quick but is able to detect and prevent very basic syntax errors in bash-scripts.