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
- Host: GitHub
- URL: https://github.com/extrawurst/shebangrust
- Owner: extrawurst
- Created: 2020-10-28T00:29:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T00:33:23.000Z (over 5 years ago)
- Last Synced: 2025-03-20T20:05:51.292Z (over 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: ""
```