From 83835ea22d7e169f80d8740ce8a542103257d173 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 24 Nov 2022 21:23:56 +0100 Subject: Remove obsolete tools and update other tools. --- tools/editgame.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tools/editgame.sh (limited to 'tools/editgame.sh') diff --git a/tools/editgame.sh b/tools/editgame.sh deleted file mode 100644 index 2638f45..0000000 --- a/tools/editgame.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -if [ -n "$1" -a -n "$VISUAL" ] -then - sqlite3 db "update game_state set state=edit(state) where game_id = $1" -else - echo "usage: bash tools/editgame.sh GAME" - echo "note: \$VISUAL must be set to your preferred editor" -fi -- cgit v1.2.3