Re: shell object on Raspberry PI 4, GPIO control via pinctrl

IOhannes m zmölnig via Pd-list <[email protected]> Tue, 24 Feb 2026 13:32:40 -0000
Newsgroups gmane.comp.multimedia.puredata.general
Message-ID <[email protected]>
i think it is often easiest, to do the job control in your script, rather than within the patch.

that is: instead of sending trying to send things like `[command 1 && command 2 && command 3(`, create a wrapper script:
```
#!/bin/sh
for x in "$@"; do
  command "$x" || exit $?
done
```

and then call it as `[wrapperscript 1 2 3(`

gfmasdr
IOhannes
---
[email protected] - the Pure Data mailinglist
https://lists.iem.at/hyperkitty/list/[email protected]/message/UXP4P3DUFNERGXCK4IM5KTLYQJSG7YP5/

To unsubscribe send an email to [email protected] mailing list
UNSUBSCRIBE and account-management -> https://lists.iem.at/