4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/sh
|
|
|
|
wc -l country_vaccinations/country_vaccinations.csv > results.txt
|