2010. február 12., péntek

linker4osx - How to start multiple instances of an application on Mac OSX

This script makes link to your applications, and you can start it in multiple instances.

 #linker4osx by PeTIK Team  ... draft only
#!/bin/bash
echo '#!/bin/bash' > $2/$1
echo '/Applications/'$1'.app/Contents/MacOS/'$1' &' >> $2/$1
echo echo $1 started... >> $2/$1
chmod +x $2/$1

usage:
sudo ./linker4osx APPLICATION_NAME_IN_YOUR_APP_FOLDER DESTINATION_FOLDER_TO_LINK

usage example:
sudo ./linker4osx VLC /usr/bin



and you can start a lot of VLC from Terminal (too...) :)

2010. február 1., hétfő

A "citromos video"

Íme: