[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gforth] [bug #39835] RFE add option to skip 1st line, for scripting
From: |
anonymous |
Subject: |
[Bug-gforth] [bug #39835] RFE add option to skip 1st line, for scripting |
Date: |
Wed, 21 Aug 2013 07:30:37 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 |
URL:
<http://savannah.gnu.org/bugs/?39835>
Summary: RFE add option to skip 1st line, for scripting
Project: Gforth
Submitted by: None
Submitted on: Wed 21 Aug 2013 07:30:37 AM UTC
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
It would be nice if gforth (and gforth-fast, etc.) accepted a command line
argument to skip the first line of input, for purpose of making executable
scripts without having to fork yet another shell. Ie.
#!/usr/bin/gforth --skip-first-line
: foo 2 3 + ; \ ...
The command line option prevents the #!/usr/bin/gforth from being interpreted
by the compiler.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?39835>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Bug-gforth] [bug #39835] RFE add option to skip 1st line, for scripting,
anonymous <=