An open API service indexing awesome lists of open source software.

https://github.com/extrawurst/shebangrust

test running shebang shell from rust
https://github.com/extrawurst/shebangrust

Last synced: about 2 months ago
JSON representation

test running shebang shell from rust

Awesome Lists containing this project

README

          

# shebang rust scripts

`cargo run` will print:

```
Compiling shebangtest v0.1.0 (/Users/stephan/code shebangtest)
Finished dev [unoptimized + debuginfo] target(s) in 0.55s
Running `target/debug/shebangtest`
out: "This line will be printed.\n"
err: ""
```