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

[REBOL] Re: rebol to bash?

From: rebol:techscribe at: 29-Jan-2001 21:35

Hi Tom, the following works for me: #!/usr/local/bin/rebolcmd -c REBOL [] print "hi" I know, I know, -c is actually intended for CGI, but it does it the trick in this case too. Use your own path of course, and your own rebol version (I'm using rebolcmd). Hope that helps, Elan [balayo--mindspring--com] wrote: