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

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

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