summaryrefslogblamecommitdiff
path: root/support/scripts/install
blob: e0f19ad9d3827d5e9eb2f96ca0824b1301d3a843 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                              
#!/bin/bash
########################################################-*-Shell-script-*-####
# Install Command
##############################################################################
# $Id$

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

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