This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| function get_file(){ | |
| local yr=$1 | |
| local mon=$2 | |
| local day1=$3 | |
| local day2=$4 | |
| local vtype=$5 | |
| local var=$6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| function get_file(){ | |
| local yr=$1 | |
| local mon=$2 | |
| local day1=$3 | |
| local day2=$4 | |
| ## analysis / variable type | |
| local vtype=$5 |