top | item 8363463

(no title)

joev_ | 11 years 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`.

discuss

order

jkrems|11 years ago

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