Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

batch file/ bash scripts validator [closed]

Is there any online batch file/ bash scripts validator? Let you drop the code in the textarea and check syntax errors? Or upload a file for validation.

like image 709
Stan Avatar asked Sep 19 '25 19:09

Stan


1 Answers

I doubt it, since you can just do bash -n yourscript.sh

Searching, I couldn't find one either. Plenty of hits on using -n though...

like image 182
carlpett Avatar answered Sep 21 '25 12:09

carlpett