guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile from the shell prompt?


From: Jeff Bailey
Subject: Guile from the shell prompt?
Date: Thu, 5 Oct 2000 20:33:01 -0700

I suspect I'm missing something terribly obvious... =)

I'm trying to create a guile script that will run right from the shell.  
I've tried this (and a couple other combinations) but I can't seems to find
anything in the FAQ, Web pages, or mailing list archives that covers the correct
syntax.  Here's what I've done:

#!/usr/bin/guile -s -
(display "Hi!")
(newline)

Is this possible to do, or will I always be required to run 'guile ./runme.scm'?

Thanks for your help!

-- 
I'd give my right arm to be ambidexterous




reply via email to

[Prev in Thread] Current Thread [Next in Thread]