The version you requested (3.13.0-141.190) is not available, but a newer one is (3.13.0-166.216). We redirected you there.
This file is indexed.

/usr/bin/Banner is in afterstep 2.2.12-3.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#!/bin/sh

if test -f $HOME/.afterstep/banner; then
	ascompose -T Banner -f $HOME/.afterstep/banner --no-shape -q -g +0-0  --topmost --timeout 200 -I
else
    	ascompose -T Banner -f /usr/share/afterstep/banner --no-shape -q -g +0-0  --topmost --timeout 200 -I	
fi