This works from command line:
scp -r ^.git b:/home/wopi/blyzics/.
when I paste the above line in a script like this:
#!/usr/bin/env zsh
scp -r ^.git b:/home/wopi/blyzics/.
And run it
./deploy.sh
I get:
^.git: No such file or directory
Why ?