diff options
Diffstat (limited to 'tools/showreplay.sh')
-rw-r--r-- | tools/showreplay.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/showreplay.sh b/tools/showreplay.sh new file mode 100644 index 0000000..413e12f --- /dev/null +++ b/tools/showreplay.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sqlite3 db "select * from game_replay where game_id=$1" |