tomnomnom / anew

A tool for adding new lines to files, skipping duplicates
MIT License
1.34k stars 147 forks source link

anew breaks my cron #17

Closed emgaurav closed 1 year ago

emgaurav commented 1 year ago

I am running some automation. anew is part of it. when running manually it works fine. but somehow, the script breaks when run using cron. I have tried adding and removing anew in the script to make sure the problem. when I add anew, the script breaking after the line where anew is added. Please check, reproduce and fix :-D

emgaurav commented 1 year ago

added path values fixed it