You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@caleb
Thanks for commenting!
That made me google what /usr/bin/env is actually intended for.
I will try and see what could be wrong on my work machine next week.
Running the script gave me a nosuch program message, and
I had to edit #!/usr/bin/env bash -e => #!/bin/bash -e to make it work.
(Using Ubuntu)
Not sure what can be done, though.
Perhaps a line on the document?
The text was updated successfully, but these errors were encountered: