opensim-tools – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 #!/bin/bash
4 eva 2 ###########################################################################
3 ## Copyright (C) Wizardry and Steamworks 2013 - License: GNU GPLv3 ##
4 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
5 ## rights of fair usage, the disclaimer and warranty conditions. ##
6 ###########################################################################
7  
1 eva 8 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'drop database opensim';
9 mysql -u debian-sys-maint -pvu9VYfFIcb0qcRVC -e 'create database opensim';
10 kill -s HUP `pidof mono` 2>&1 | true