summaryrefslogtreecommitdiff
path: root/support/scripts/website-print-xml
blob: 502e10be3c012589f9732b463e3c364525551b42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
########################################################-*-Shell-script-*-####
# Website-Print-XML Command
##############################################################################
# $Id$

program="${0##*/}";
source "${0%/*}/${program%%-*}.sh";
"$program" "$@";

##############################################################################