Tee pipe into 3 different processes and grepping the second match – Twitter API
I am trying to create a bash script which shows me the latest stats about corona infection numbers in the countries Germany and Switzerland and also in the whole world. corona () { curl -s https://corona-stats.online?minimal=true | tee >(head -n…