Commit 1caff3ec authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find Products

parent b98bf437
......@@ -50,8 +50,9 @@ def main(argv):
for f in matchingProducts:
print (f)
# os.system("ln -s " + inDir+f + " " + outdir+f)
print ("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