[PD] starting under linux

Kjetil S. Matheussen k.s.matheussen at notam02.no
Sun Sep 15 12:35:57 CEST 2002


On Sun, 15 Sep 2002, marius schebella wrote:

> hi
> still, i think xterm -e is (at least for me, alternatively to the usual
> console-way) a way to go. can i add a variable like windowsstyle %1 at the
> end of a script to have a patch loaded, lets say open all *.pd-files by
> default with "mystartscript_for_pd" and open that certain patch?
>
Yes. For shell-scripts the following should work.
$0 is the command.
$1, $2, $3, etc. is the arguments.
$@ means all arguments.

-- 





More information about the Pd-list mailing list