Assemble source for my scripts (bash) and compiled codes (gfortran,python,c) and write them to a tarball. This tarball is stored to the $pack subdirectory.
Usage: Save_codesI also store, at this same location, a few important installation scripts. As of Feb2020 these are:
bash_script_list* iput* iput_list_run* Here is the code that doe this step in Save_codes: # Added Feb26,2017 - save 3 helpful install scripts cp $scobin/bini/bash_script_list $pack cp $scobin/bini/build_tmp $pack cp $scobin/bini/iput $pack cp $scobin/bini/iput_list_run $pack