osx run app on every file in folder
- by Charles
I want to use jsmin to minify every js file in a directory, and js files in subfolders as well.
I would want to use the compiled vers of jsmin found here:
http://www.ejeliot.com/blog/73
What is the osx equivalent of a batch file?
Looking for something like this for OSX:
http://superuser.com/questions/116417/run-a-batch-command-for-every-file-in-a-directory
Thanks.