diff options
Diffstat (limited to 'collect_results.sh')
-rwxr-xr-x | collect_results.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/collect_results.sh b/collect_results.sh index d62d291..27bde82 100755 --- a/collect_results.sh +++ b/collect_results.sh @@ -1,8 +1,10 @@ #!/bin/sh # +# Copyright (c) 2016 Aaron LI +# MIT license +# # Collect the fitting results and orgnize in CSV format. # -# Aaron LI # Created: 2016-03-29 # @@ -82,4 +84,3 @@ cat $1 | while read sbpfit_dir; do printf ",,,,,,,,,,,,,,,,,,,,,,\n" fi done - |