We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionIs 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.
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...
精彩评论