diff options
Diffstat (limited to 'tools/editgame.sh')
-rw-r--r-- | tools/editgame.sh | 8 |
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 |