summaryrefslogtreecommitdiff
path: root/support/scripts/website-build
blob: e11b716477a63f00b1b8fe71b53be8636baae81a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
########################################################-*-Shell-script-*-####
# Website-Build Command
##############################################################################
# $Id$

source $0.sh;
${0##*/} "$@";

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