2017-03-09 17:00:23 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# launch in xterm
|
|
|
|
# with small size 15 char, 5 col
|
|
|
|
# use 'Monospace' '14pt' font
|
|
|
|
# exec grabc to read color for screen
|
|
|
|
# wait for <return> with read
|
|
|
|
xterm -geometry '15x5+0+0' -fa 'Monospace' -fs 14 -e 'grabc && read'
|
|
|
|
|
2018-11-04 19:45:09 +01:00
|
|
|
################################################################################
|