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
When I execute the code./main.sh, then the error message is ./main.sh: 1: source: not found.
I solved this problem by adding #!/usr/bin/env bash to the first line of main.sh.
The text was updated successfully, but these errors were encountered:
When I execute the code
./main.sh
, then the error message is./main.sh: 1: source: not found
.I solved this problem by adding
#!/usr/bin/env bash
to the first line of main.sh.The text was updated successfully, but these errors were encountered: