Y
Hacker News
new
|
ask
|
show
|
jobs
by
nlo
4243 days ago
This can be mitigated by wrapping your whole script in parens, as in:
#!/usr/bin/env bash ( # real work )