Fixed typo
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 21 Jun 2018 23:49:54 +0000 (02:49 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 21 Jun 2018 23:49:54 +0000 (02:49 +0300)
doc/index.org
tools/commit and push [new file with mode: 0755]
tools/open with git-cola [deleted file]

index 81e4cbe..9284711 100644 (file)
@@ -1,7 +1,7 @@
 #+TITLE: Sixth - system for data storage, computation, exploration and interaction
 
 -----
-- Clone GIT repository using commanad:
+- Clone GIT repository using command:
   : git clone http://www2.svjatoslav.eu/git/sixth.git
 
 - [[http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
diff --git a/tools/commit and push b/tools/commit and push
new file mode 100755 (executable)
index 0000000..057b511
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
+
+cd ..
+
+cola
+git push
+
+echo ""
+echo "Press ENTER to close this window."
+read
diff --git a/tools/open with git-cola b/tools/open with git-cola
deleted file mode 100755 (executable)
index 8655908..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-cd "${0%/*}"
-
-cd ..
-
-cola