Commit b0eed0b2 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

find Products

parent f06affd4
......@@ -47,7 +47,7 @@ def main(argv):
outdir = sys.argv[6]
for f in matchingProducts:
print("ln -s " + f + outdir+f)
print("ln -s " + 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