Details
/tmp/AfterStep-2.1.0-buildroot/usr/X11R6/share/afterstep/desktop/icons/normal/scale48.sh
ASCII text:
#/bin/sh if test "x$1" = "x" ; then echo "Usage : scale48.sh <source_image> [<destination_image>]"; else if test "x$2" = "x" ; then out_fname="$1.48x48"; echo "Using output filename $out_fname" else out_fname=$2; fi ascompose -n -o $out_fname -t png -c 9 -s "<scale width=48 height=48><img src=$1/> </scale>"; fi
AfterStep version 2.1.0