Hacker News new | ask | show | jobs
by joev_ 4280 days ago
/bin/sh depends on the system. It might be busybox or a minimal shell (this is common on embedded devices). On some systems like OSX and I think CentOS /bin/sh is just bash. You can check with `/bin/sh --version`.
1 comments

Ah, thanks. Yes, tested it exactly on OSX and CentOS.