gforth
[Top][All Lists]
Advanced

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

Re: [gforth] shebang support


From: Josh Grams
Subject: Re: [gforth] shebang support
Date: Sat, 6 Oct 2012 11:51:54 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

On 2012-10-06 09:44AM, Andrew Pennebaker wrote:
>Can we treat shebangs like comments, so that gforth programs can be run
>using dot slash notation in Unix?
>
>hello.fs:
>
>#!/usr/bin/env gforth

We already do; you just need a space after the shebang:

#! /usr/bin/env gforth

--Josh



reply via email to

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