rshc 0.1.0

rshc: Rust compile shell script(or expect script) to Rust code and binary.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rsh

Rust compile shell script(or expect script) to Rust code and binary.

Usage: 

```rust
rsh -f demo.sh -o demo.rs
```

try it with 

```shell
./demo
```