# If not set by an environment variable, set country to $1.
if [ -z $country ]
then
country=$1
fi
get(){
if [ -f $data/$date-$country ]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.