12 ms·
Code which is meant to be piped into bash is generally written as: #!env bash f () { ...code ...code ...code } f Hence a par
by cristicbz 11y ago
Code which is meant to be piped into bash is generally written as:
#!env bash
f () {
...code
...code
...code
}
f
Hence a partial stream will do nothing (syntax error, missing brace to be precise).