Commit 227dd839 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find Products

parent acb48475
......@@ -50,7 +50,8 @@ def main(argv):
for f in matchingProducts:
os.system("ln -s " + inDir+f + " " + outdir+f)
# os.system("ln -s " + inDir+f + " " + outdir+f)
print ("ln -s " + inDir+f + " " + outdir+f)
print (str(len(matchingProducts)) + " Linked to " + outdir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment