]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Removed excessive trailing backslashes
authorOleg Broytman <phd@phdru.name>
Sun, 21 Oct 2012 17:36:42 +0000 (17:36 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 21 Oct 2012 17:36:42 +0000 (17:36 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@134 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

make-all
make-changed
make-new
reindex_blog_ru
update-all

index 544d59edc85a04602ea58a7fcc7eb94ca5cc64a6..dfa44315765bd8b01e47acadf129b634eaca2d79 100755 (executable)
--- a/make-all
+++ b/make-all
@@ -1,4 +1,4 @@
 #! /bin/sh
 
-find ../htdocs/phdru.name/public_html -type f -name \*.tmpl -print0 | \
+find ../htdocs/phdru.name/public_html -type f -name \*.tmpl -print0 |
    xargs -r0 ./make-files
index f579a0939988352aaf81ce8e7c0b6e0f59cb7b7c..e07522455a2c898b1d47b5c8056b85ee0ae8e189 100755 (executable)
@@ -1,4 +1,4 @@
 #! /bin/sh
 
-find ../htdocs/phdru.name/public_html -type f -name \*.tmpl -print | \
+find ../htdocs/phdru.name/public_html -type f -name \*.tmpl -print |
    ./make-changed.py | xargs -r ./make-files
index 5ede80c710787eec54e5cb88286e973679ee567a..e087fd5a642a02bef23b222672ad0c2d8be413d7 100755 (executable)
--- a/make-new
+++ b/make-new
@@ -1,4 +1,4 @@
 #! /bin/sh
 
-find ../htdocs/phdru.name/public_html -type f -name \*.tmpl -mtime -1 -print0 | \
+find ../htdocs/phdru.name/public_html -type f -name \*.tmpl -mtime -1 -print0 |
    xargs -r0 ./make-files
index 795047d04979d385dcf888fac6069a190a62ae72..c6781299c89b61e3133be10e4cf5201decf50558 100755 (executable)
@@ -5,5 +5,5 @@ umask 022
 LC_TIME=ru_RU.KOI8-R
 export LC_TIME
 
-cd ../htdocs/phdru.name/public_html && \
+cd ../htdocs/phdru.name/public_html &&
 exec ../../../phdru.name/reindex_blog.py ../../../phdru.name/ru Russian/blog
index d5415db371e7186fd950377baec189204fdd1dc2..49441cd35cb4f1a9782d8ec60353d9c2e86951a9 100755 (executable)
@@ -1,11 +1,11 @@
 #! /bin/sh
 
-cd ../htdocs/phdru.name && \
+cd ../htdocs/phdru.name &&
 
-ssh -4 phdppru@phdru.name 'cd public_html && exec mv .htaccess awstats cgi-bin "$HOME"/tmp' && \
-distribute -d public_html && \
-ssh -4 phdppru@phdru.name "cd tmp && exec mv .htaccess awstats cgi-bin ../public_html" && \
+ssh -4 phdppru@phdru.name 'cd public_html && exec mv .htaccess awstats cgi-bin "$HOME"/tmp' &&
+distribute -d public_html &&
+ssh -4 phdppru@phdru.name "cd tmp && exec mv .htaccess awstats cgi-bin ../public_html" &&
 
-ssh -4 iskra-aviel.phdru.name sitecopy -u fatal.ru && \
-cd "$HOME" && rsync -aPz4 iskra-aviel.phdru.name:.sitecopy . && \
+ssh -4 iskra-aviel.phdru.name sitecopy -u fatal.ru &&
+cd "$HOME" && rsync -aPz4 iskra-aviel.phdru.name:.sitecopy . &&
 exec distribute .sitecopy