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

https://github.com/goodidle/gaiatunnel

run shell scripts
https://github.com/goodidle/gaiatunnel

golang shell tunnel

Last synced: 3 months ago
JSON representation

run shell scripts

Awesome Lists containing this project

README

          

## Gaia Tunnel

run shell scripts

### state
- 0-prepare
- 1-SavErr
- 2-Saved
- 3-RoleErr
- 4-StartErr
- 5-running
- 6-timeout
- 7-failed
- 8-killed
- 9-success

### example
```
shell := tunnel.Shell{ Content: "ls", Timeout: 5 }
shell.Init()
shell.Start()
```