mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
new script (mostly for use inside UserLAnd)
This commit is contained in:
parent
d6cf1d2f95
commit
97bec5ca73
1 changed files with 9 additions and 0 deletions
9
xwords4/linux/scripts/run-curses.sh
Executable file
9
xwords4/linux/scripts/run-curses.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This script just runs the curses app with a set of params known to
|
||||
# work. At least when it was last committed. :-)
|
||||
|
||||
WD=$(cd $(dirname $0)/.. && pwd)
|
||||
cd $WD
|
||||
./obj_linux_memdbg/xwords --curses --name Eric --robot Kati --dict-dir ./ --game-dict ../dict.xwd 2>/dev/null
|
||||
|
Loading…
Reference in a new issue