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

[REBOL] Re: cgi weirdness

From: tomc:darkwing:uoregon at: 3-Dec-2001 21:26

In the enviroment I must use all cgiscripts must end in .cgi so the solution is to begin each script with a shebang line #! /path_to_rebol/rebol -cs rebol[] ... as an aside: I also use so adorned scripts as 'normal' shell commands as my co-workers typicaly can't/don't want to deal with the interperter suprisingly (delightfuly) rebol ignores the leading line and the scripts run either from a shell or rebol prompt. On Tue, 4 Dec 2001, Brett Handley wrote: