This website requires JavaScript.
Explore
Help
Sign In
mattmcw
/
photosite
Watch
1
Star
0
Fork
You've already forked photosite
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
photosite
/
scripts
/
upload.sh
7 lines
65 B
Bash
Raw
Permalink
Blame
History
#!/bin/bash
set
-e
source
.env
rsync -rzdv
"
${
WWW
}
/
"
"
${
DEST
}
"
Reference in New Issue
View Git Blame
Copy Permalink