From ab74f660dd0301995d2b71be27e89764e1ee4b5e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 25 May 2023 20:52:06 +0200 Subject: Remove stale stuff. --- tools/writegame.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/writegame.sh (limited to 'tools/writegame.sh') diff --git a/tools/writegame.sh b/tools/writegame.sh new file mode 100644 index 0000000..ea0f599 --- /dev/null +++ b/tools/writegame.sh @@ -0,0 +1,7 @@ +#!/bin/bash +if [ -n "$1" -a -f "$2" ] +then + sqlite3 db "update game_state set state=readfile('$2') where game_id = $1" +else + echo "usage: bash tools/writegame.sh GAME state.json" +fi -- cgit v1.2.3