aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng/createreldir.sh
blob: eb470b09bc2ac281b64c0db23cce2284a7bd2c15 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# this script creates a new opensim-major.minor directory and copies all the relevant files into it
# not designed for direct invocation from the command line

mkdir opensim-$OPENSIMMAJOR.$OPENSIMMINOR

cp -R dist/* opensim-$OPENSIMMAJOR.$OPENSIMMINOR
cp -R build/bin/* opensim-$OPENSIMMAJOR.$OPENSIMMINOR/bin