[platypus-dev] Re: Wrapping Unix tools

On 24.11.2008, at 12:41, Tobias Weber wrote:

it is easy to make an .app out of any /usr/bin programm using a one line shell script that just passes command line arguments. But how do I do it without?

Consider this example I found http://macr.wordpress.com/2007/03/21/ platypus/

All the Python script does is call a binary with the same arguments, and add two switches. It's ugly, and in my case I don't even need switches ;-)

Other related posts: