Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Allodoxaphobia Newsgroups: comp.os.linux.misc Subject: Re: CUPS print to FAX for Brother MFC printers Date: 23 Apr 2026 18:35:32 GMT Lines: 9 Message-ID: References: <10s453n$5uph$1@dont-email.me> <8tjnbmxas1.ln2@Telcontar.valinor> <10sb89u$29ko5$4@dont-email.me> X-Trace: individual.net v0gZlSDe6KG6viEgW9j00w0Tx0L76v76cColpVbnB3qcHavx8k Cancel-Lock: sha1:OD+q7v2w5y7u5QURnE9zNi/gN6E= sha256:kPUHi1UuhJVxEP1SYctVcEofT2FmibIVh4cs7DReSv0= User-Agent: slrn/1.0.3 (Linux) Xref: csiph.com comp.os.linux.misc:85861 On Wed, 22 Apr 2026 21:48:41 +0200, Carlos E.R. wrote: > > A script that starts with #!/bin/bash will just work anywhere. Well, not in any *BSD The 'universal', 'smart' way is: #!/usr/bin/env bash Jonesy