GNOME Bugzilla – Bug 584561
shebang support
Last modified: 2009-06-01 22:45:24 UTC
It would be handy to have shebang support in seed(1) such that #!/usr/bin/seed // javascript code follows here just works.
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.