This is getting out of control. I'm just going to guard with if mktemp --dry-run > /dev/null; then
although guarding with which mktemp also seems okay: if which is unavailable they mktemp isn't going to be present either.
This is getting out of control. I'm just going to guard with if mktemp --dry-run > /dev/null; then
although guarding with which mktemp also seems okay: if which is unavailable they mktemp isn't going to be present either.