Carlos Manuel Simão Varandas Amaro
Results
2
comments of
Carlos Manuel Simão Varandas Amaro
Perhaps I have rox -n in one of my scripts, I'll find and just correct it and everything will be alright! Thank you
Try this basic solution: 1.Make a script anywhere in your local directories and give it any name you want, like this: # #!/bin/bash inname="$1"; frfname="$2"; rsize="$3"; /usr/bin/magick "$inname"[0] -thumbnail x"${rsize}"...