DEV Community

Discussion on: Bash random password generator

Collapse
 
darkain profile image
Vincent Milum Jr • Edited

If the idea is to use only things available by default, note that BASH doesn't come with every OS out there either.

POSIX sh is far more common than bash

Thread Thread
 
bobbyiliev profile image
Bobby Iliev

I think that if you change the shebang to /bin/sh it would also work fine.