Move more to /usr/bin/env bash

main
Rob Muhlestein 2 years ago
parent 88f42fb31a
commit c533268f66

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
toduck() {
local in=/dev/stdin

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
declare -A emoji
emoji[smile]=😃

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
USER=rwxrob
EMAIL=rob@rwx.gg

Loading…
Cancel
Save