Hallo, sara kolster hat gesagt: // sara kolster wrote:
my pd.command looks like this now: #!/bin/sh
/usr/local/bin/pd \
You should remove the backslashes here (I wonder why it even works with them in).
The syntax is: One command per line, and if you want to split a long command over two lines, but make it appear to be on one line, you can hide the end of line with a backslash. So basically the backslash glues together two lines, but this is not what you need in your file.
Frank Barknecht _ ______footils.org__