Skip to content

Commit 0121ece

Browse files
committed
updated country_count.sh
1 parent 181a994 commit 0121ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/country_count.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ if [[ "$USER" =~ hari|sekhon ]]; then
4646
type -P pycookiecheat &>/dev/null; then
4747
nomads_csv=~/Downloads/"$(date '+%F')-harisekhon-trips-on-nomad-list.csv"
4848
curl_with_cookies.sh https://nomads.com/@harisekhon.csv > "$nomads_csv"
49+
# remove first header line
4950
csv="$(tail -n +2 "$nomads_csv")"
5051
total_countries="$(
5152
awk -F, "{print \$5}" <<< "$csv" |

0 commit comments

Comments
 (0)