3second-small / cleanup.py
tmctmc's picture
xx
7702011
raw
history blame
101 Bytes
import csv
f = csv.reader(open("metadata.csv"))
for row in f:
print("git checkout " + row[0])