nushell/tests/fixtures/formats/script.nu
Jonathan Turner fb532f3f4e
Prototype shebang support (#1368)
* Add shebang support to nu.

* Move test file

* Add test for scripts

Co-authored-by: Jason Gedge <jason.gedge@shopify.com>
2020-02-10 08:49:45 -08:00

3 lines
74 B
Plaintext
Executable File

#!/Users/gedge/src/github.com/nushell/nushell/target/debug/nu
echo "done"