Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: bash newbie question

From: deryk:iitowns at: 4-Nov-2001 12:41

On Saturday 03 November 2001 23:17, you wrote:
> I've just got an account of xrebol that I want to setup my > chat client. > > I've logged on using openssh client. > > How do I then start up my script so that it allows me access > to the shell again. > > If I type > > /path/to/rebol ./game-server.r > > I want to drop back to shell so that I can then log off but > leave the script running.
Options: 1) /path/to/rebol ./game-server.r & 2) nohup /path/to/rebol ./game-server.r 3) or if those don't work, try using screen. Deryk