Thomas Artopoulos

Results 5 comments of Thomas Artopoulos

Hello! Im actually trying to run your script but apparently no .highlights file in my device are found. Is this available for >3 versions?

> > Hello! Im actually trying to run your script but apparently no .highlights file in my device are found. Is this available for >3 versions? > > Double check...

> I would recommend using `find . -maxdepth 1 -name '*.highlights' -type d` instead of `ls -1d *.highlights`. This will not fail if there are no highlights folders. Still facing...

> > > I would recommend using `find . -maxdepth 1 -name '*.highlights' -type d` instead of `ls -1d *.highlights`. This will not fail if there are no highlights folders....