summaryrefslogtreecommitdiff
path: root/tools/editgame.sh
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-11-24 21:23:56 +0100
committerTor Andersson <tor@ccxvii.net>2022-11-25 17:37:12 +0100
commit83835ea22d7e169f80d8740ce8a542103257d173 (patch)
tree24744e958aca45e583563ed6db9c58194dcd0b5c /tools/editgame.sh
parent1fd20db73895cf1ca8fab9cf2c7d288d3bcc1c92 (diff)
downloadserver-83835ea22d7e169f80d8740ce8a542103257d173.tar.gz
Remove obsolete tools and update other tools.
Diffstat (limited to 'tools/editgame.sh')
-rw-r--r--tools/editgame.sh8
1 files changed, 0 insertions, 8 deletions
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