Updated website update script
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 21 Dec 2021 18:08:10 +0000 (20:08 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 21 Dec 2021 18:08:10 +0000 (20:08 +0200)
tools/update web site

index 20a52bc..a4d0fd0 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
+cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -- "$0" T; exit; fi;
 
 cd ..