SyntaxFix
Write A Post
Hire A Developer
Questions
If that is a copy/paste from your script, you've permuted this line:
#!/usr/env/bin bash
There's no #!/usr/env/bin, you meant #!/usr/bin/env.
#!/usr/env/bin
#!/usr/bin/env