Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

kainfrayer

macrumors newbie
Original poster
Oct 26, 2015
2
0
i know that movie the kolourpaint to a new name and creating a custom script can give the ability to open a file with the script
but cant seem to get it.

So far I have tried:

renamed kolourpaint to kolourpaint-run
created a new script kolourpaint with
/Applications/kolourpaint.app/Contents/MacOS/kolourpaint-run $1

but it still does not seem to open photo with the app
any help would be appreciated.
 

kainfrayer

macrumors newbie
Original poster
Oct 26, 2015
2
0
I have also tried

#!/bin/bash
for i in *; do
v=`basename "$i"`
./kolourpaint-run \
\
\
"$i" \
done
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.