After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 584561 - shebang support
shebang support
Status: RESOLVED NOTABUG
Product: seed
Classification: Bindings
Component: libseed
git master
Other Linux
: Normal normal
: ---
Assigned To: seed-maint
Depends on:
Blocks:
 
 
Reported: 2009-06-01 21:57 UTC by David Zeuthen (not reading bugmail)
Modified: 2009-06-01 22:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Zeuthen (not reading bugmail) 2009-06-01 21:57:13 UTC
It would be handy to have shebang support in seed(1) such that

 #!/usr/bin/seed
 // javascript code follows here

just works.
Comment 1 Tim Horton 2009-06-01 22:44:52 UTC
This does work. Look at all of the examples in the seed repo for example.

Use 

#!/usr/bin/env seed

instead so that seed can be located anywhere in your path.