#!/usr/bin/shOr
#!/usr/bin/perlBut hardcoding a path is always bad so the modern way is:
#!/usr/bin/env bashOr
#!/usr/bin/env perlWhich uses the env command to find and run your language.
#!/usr/bin/shOr
#!/usr/bin/perlBut hardcoding a path is always bad so the modern way is:
#!/usr/bin/env bashOr
#!/usr/bin/env perlWhich uses the env command to find and run your language.