Skip to main content
Participant
February 3, 2010
Question

run bash scripts on osx?

  • February 3, 2010
  • 1 reply
  • 780 views

Is it possible to run a bash script on every selected file?

jamie

This topic has been closed for replies.

1 reply

Inspiring
February 8, 2010

Can I ask what your bash script is for?

jbriantAuthor
Participant
February 8, 2010

I want to process files using ffmpeg and stuff like that.

Inspiring
February 8, 2010

You are most likely going to be way out of my depth on this. Bridge can issue command line though app.system()

In CS3 & CS4 file.execute() can execute a shell script if its permissions have been set. I only have CS2 so I can't try this out.