1#!/bin/sh
2
3if test -f @with_afterdir@/banner; then
4	ascompose -T Banner -f @with_afterdir@/banner --no-shape -q -g +0-0  --topmost --timeout 200 -I
5else
6    	ascompose -T Banner -f @datarootdir@/afterstep/banner --no-shape -q -g +0-0  --topmost --timeout 200 -I
7fi
8
9