Skip to content

Commit

Permalink
Restore start.screen that was lost in svn -> git move, and port it to…
Browse files Browse the repository at this point in the history
… current.
  • Loading branch information
antont committed Oct 4, 2010
1 parent b43244e commit 84fa6c1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions start.screen
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/usr/bin/screen -c
sessionname taiga-server

screen -t OpenSim.Server 1
stuff "cd bin; mono OpenSim.Server.exe\015"

sleep 5

screen -t Grid.UserServer 2
stuff "cd bin; mono OpenSim.Grid.UserServer.exe\015"

sleep 2

screen -t Grid.MessagingServer 3
stuff "cd bin; mono OpenSim.Grid.MessagingServer.exe\015"

screen -t OpenSim 4
stuff "cd bin; mono OpenSim.32BitLaunch.exe\015"

0 comments on commit 84fa6c1

Please sign in to comment.