Make an executable that creates a new .sh with only the header (use my typical options for #SBATCH header info). Useful place to start when creating a new script.
sbatchs -d already does something fairly similar, but a designated header-only script creator could be nice. Maybe I'll write a little script that does this & put it in one of my personal folders as to not clutter the repo.
Make an executable that creates a new .sh with only the header (use my typical options for
#SBATCHheader info). Useful place to start when creating a new script.sbatchs -dalready does something fairly similar, but a designated header-only script creator could be nice. Maybe I'll write a little script that does this & put it in one of my personal folders as to not clutter the repo.