V#!/bin/bash (correct). #!bin/bash (not correct). Or maybe you wanted make comment in code. But with #!bin/bash : I got error: bad interpreter: bin/bash: no such file or directory. So #!/bin/bash worked for me.Comment·Article·May 6, 2023·Building a Password Manager with Shell Scripting