DEV Community

Discussion on: An automatic interactive pre-commit checklist, in the style of infomercials

 
victoria profile image
Victoria Drake • Edited

Good news: bash scripts, unlike comments on the Internet, are not publicly shared! :D You can have fun writing and rewriting all you like!

Case in point: this post does not contain my actual checklist. ^^;

Thread Thread
 
kip13 profile image
kip

I don't know if you know but you can set the scripts in any language to any hooks, not neccesarily bash, just set the correct shebang in the script and no more.