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

Simon Iten <[email protected]> Wed, 25 Feb 2026 14:39:51 +0100
Newsgroups gmane.comp.multimedia.puredata.general
Message-ID <[email protected]>
Nice, thanks

> Am 24.02.2026 um 14:32 schrieb IOhannes m zmölnig via Pd-list <[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/
> 


---
[email protected] - the Pure Data mailinglist
https://lists.iem.at/hyperkitty/list/[email protected]/message/2Q72PXRIOT7CM3Y3KWBIXP4ZTFBV5HNP/

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