/usr/games/jumpnbump.fbcon is in jumpnbump 1.50+dfsg1-3ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
#SDL_AUDIODRIVER can be dsp,dma,esd,artsc | dsound,waveout
#SDL_VIDEODRIVER can be x11,dga,fbcon,directfb,svgalib,ggi,aalib | directx,windib
SDL_VIDEODRIVER=fbcon jumpnbump $@
|