/usr/bin/Banner is in afterstep 2.2.12-6.
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
|