#!/bin/sh # if this is called with -s then make it the small version of the page type="regular-window" [ "$1" = "-s" ] &&{ type="small-window" shift } cat << EOF davidovski.xyz
davidovski.xyz

EOF [ -z "$1" ] || /bin/sh $* cat << EOF
EOF