Skip to content

Commit 343062b

Browse files
misc: fix/ improve shebang compatibility
1 parent ff8c1c2 commit 343062b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen-passwords.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
function generatePassword() {
44
openssl rand -hex 16

0 commit comments

Comments
 (0)