Closed pfusik closed 1 year ago
Retrospectively, it turned out that the PR contained a bug: it should also have changed #!/bin/sh
to #!/bin/bash
, because it uses features that are not present in sh
.
Does /bin/sh
handle $(($n+10))
?
Yes, but it seems that it doesn't support the <(...)
syntax
That was too verbose.
Alternative: