Hello,
I have a bash script, that opens sublime in the following manner:
subl $DIR $file1 $file2 $file3:10000 $file4:100000 $file5 $file6:1000000
The Problem is now, that it only scrolls to the end of the $file6.
So :line only seems to work for the last file.
Can you add the possibility to add a line to every argument and open the correct line accordingly?
Thanks!