projects
/
imagesqueeze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Changed license to CC0
[imagesqueeze.git]
/
tools
/
update web site
1
#!/bin/bash
2
cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
3
4
cd ..
5
6
rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/imagesqueeze/
7
8
9
echo ""
10
echo "Press ENTER to close this window."
11
read