mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 23:21:54 +02:00
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
# Run Brainless chess playing game in a jfbterm unicode terminal using utf-8
|
||
|
# chess-piece glyphs and board size adjusted to match the NanoNote's display.
|
||
|
|
||
|
exec jfbterm -e brainless \
|
||
|
-e 'true set-option utf8-terminal?' \
|
||
|
-e 'small-board'
|