summaryrefslogtreecommitdiffstats
path: root/meta-rcs/meta-common/recipes-phosphor/video/fbterm/fbterm-bi
blob: 8bb3c4728cfa249e53477670da692d051b9de3ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# fbterm-bi: a wrapper script to enable background image with fbterm
# usage: fbterm-bi /path/to/image fbterm-options

echo -ne "\e[?25l" # hide cursor

fbv -ciuker "$1" << EOF
q
EOF

shift
export FBTERM_BACKGROUND_IMAGE=1
exec fbterm "$@"
OpenPOWER on IntegriCloud