summaryrefslogtreecommitdiffstats
path: root/doc/publish.sh.in
blob: 6ae37338aa8d297b6171fb3e7e1e60981da94972 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

echo -n "user: "
read -e USER
echo -n "host (:~/public_html is appended): "
read -e HOST

scp -r html/ $USER@$HOST:~/public_html/libuca-${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}