1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Fixed typo

This commit is contained in:
Ryan Kes 2020-04-02 14:31:01 +02:00
parent df04034069
commit f2e3770788

View File

@ -1,3 +1,3 @@
#!/usr/bin/env sh #!/usr/bin/env sh
curl --silent "https://corona-stats.online/Netherlands" | sed -n '4p' | sed 's/\x1b\[[0-9;]*m//g' | sed 's/[\ \t]//g' | awk -F '│' '{ print "😷" $3, "💀" $5, "" $8, "ﯭ"$9 }' curl --silent "https://corona-stats.online/Netherlands" | sed -n '4p' | sed 's/\x1b\[[0-9;]*m//g' | sed 's/[\ \t]//g' | awk -F '│' '{ print "😷" $3, "💀" $5, "" $8, "ﯭ" $9 }'