OpenSimMirror/releng/createreldir.sh

10 lines
321 B
Bash
Raw Normal View History

2007-05-26 13:40:19 +00:00
#!/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