X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=blobdiff_plain;f=tools%2Fcommit%20and%20push;fp=tools%2Fcommit%20and%20push;h=057b511afb9ab4004d683838c1f504d1dc36204b;hp=0000000000000000000000000000000000000000;hb=d06b2a28136aee3cf906f1e0f288a0e9844dd8a7;hpb=d024b654da7128e76aa519aa97cd921c8eaa5772 diff --git a/tools/commit and push b/tools/commit and push new file mode 100755 index 0000000..057b511 --- /dev/null +++ b/tools/commit and push @@ -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