gaps.hpc.make_sh# make_sh(fname, script)[source]# Make a shell script (.sh file) to execute a subprocess. Parameters: fname (str) – Name of the .sh file to create. script (str) – Contents to be written into the .sh file.