pkgx
pkgx copied to clipboard
allow script input from stdin
eg. this should work:
$ tea +rust-lang.org^1.2 rustc <<-HEREDOC
println!("Hello World!");
HEREDOC
Implementation details:
- rustc should receive the stdin, we should not write out the script for it