Closed countcain closed 1 year ago
head -c -1 doesn't work on the M1 mac. Changing it to head -n 1 works.
head -c -1
head -n 1
Thanks for opening this pull request!
Congrats on merging your first pull request!
head -c -1
doesn't work on the M1 mac. Changing it tohead -n 1
works.