summaryrefslogtreecommitdiff
path: root/bin/rtt-show-game
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rtt-show-game')
-rwxr-xr-xbin/rtt-show-game7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/rtt-show-game b/bin/rtt-show-game
deleted file mode 100755
index f055449..0000000
--- a/bin/rtt-show-game
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-if [ -n "$1" ]
-then
- sqlite3 db "select json_remove(json_remove(state, '$.undo'), '$.log') from game_state where game_id = $1"
-else
- echo "usage: rtt-show-game GAME"
-fi