aboutsummaryrefslogtreecommitdiff
path: root/do.sh
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-07-19 19:56:09 +0200
committerKarel Kočí <karel.koci@nic.cz>2017-07-19 20:57:52 +0200
commitebe88b130fa830b572f83a7fb7ac190a37f70c7c (patch)
tree25e79c5e20c021041a459c4eda6f237ffe8e1469 /do.sh
parent196b6c24a52bb4fc4bb1cb03f2aa6b314e46bf7c (diff)
downloadturris-tetris-ebe88b130fa830b572f83a7fb7ac190a37f70c7c.tar.gz
turris-tetris-ebe88b130fa830b572f83a7fb7ac190a37f70c7c.tar.bz2
turris-tetris-ebe88b130fa830b572f83a7fb7ac190a37f70c7c.zip
Implement game
Diffstat (limited to 'do.sh')
-rwxr-xr-xdo.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/do.sh b/do.sh
new file mode 100755
index 0000000..8956f19
--- /dev/null
+++ b/do.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+git add .
+git ci --amend -C HEAD
+git rev-parse HEAD | clip
+git push -f