Merge branch 'master' of ssh://svjatoslav.eu:10006/home/n0/git/fifth
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 1 May 2020 21:10:17 +0000 (00:10 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 1 May 2020 21:10:17 +0000 (00:10 +0300)
doc/index.org
tools/update web site

index a0f8319..fca8640 100644 (file)
@@ -10,7 +10,6 @@
 #+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
 #+HTML_HEAD: </style>
 * General
-
 - This program is free software: released under Creative Commons Zero
   (CC0) license
 
index c2cd502..20a52bc 100755 (executable)
@@ -1,7 +1,11 @@
 #!/bin/bash
-
-cd "${0%/*}"
+cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
 
 cd ..
 
 rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/fifth/
+
+
+echo ""
+echo "Press ENTER to close this window."
+read