diff --git a/cv b/cv index a0d75a2..8398b29 100755 --- a/cv +++ b/cv @@ -21,7 +21,11 @@ then ex "mv /tmp/cv/* $data/ -v" fi -country=$1 +# If not set by an environment variable, set country to $1. +if [ -z $country ] +then + country=$1 +fi get(){ if [ -f $data/$date-$country ]