aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rrr
diff options
context:
space:
mode:
authorHomer Horwitz2008-11-25 18:39:36 +0000
committerHomer Horwitz2008-11-25 18:39:36 +0000
commit72c28c5120c9bd87939c22b8b403b0aff426994c (patch)
tree9bef9654ed4f78e7fd352af9199ab058e114fb8d /rrr
parent* Make a step on removing direct access to TaskInventoryDictionary from other... (diff)
downloadopensim-SC_OLD-72c28c5120c9bd87939c22b8b403b0aff426994c.zip
opensim-SC_OLD-72c28c5120c9bd87939c22b8b403b0aff426994c.tar.gz
opensim-SC_OLD-72c28c5120c9bd87939c22b8b403b0aff426994c.tar.bz2
opensim-SC_OLD-72c28c5120c9bd87939c22b8b403b0aff426994c.tar.xz
Local changes
Diffstat (limited to 'rrr')
-rwxr-xr-xrrr9
1 files changed, 9 insertions, 0 deletions
diff --git a/rrr b/rrr
new file mode 100755
index 0000000..26b98b8
--- /dev/null
+++ b/rrr
@@ -0,0 +1,9 @@
1cd "`dirname $0`"/
2git svn info | sed -ne '/^Revision:/s@.* @@p' > bin/svn_revision
3cd bin
4rm -f OpenSim.log
5if [ $# -eq 0 ]; then
6 screen -S region -t RegionServer mono --debug OpenSim.exe
7else
8 mono --debug OpenSim.exe
9fi