diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-05-25 20:52:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-06-05 11:45:00 +0200 |
commit | ab74f660dd0301995d2b71be27e89764e1ee4b5e (patch) | |
tree | b2a01bc8fc67af82486ba59479678fd26db6d49f /tools/showreplay.sh | |
parent | bd6644214c757a08c1c533048352a902fdefe4ae (diff) | |
download | server-ab74f660dd0301995d2b71be27e89764e1ee4b5e.tar.gz |
Remove stale stuff.
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" |