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
- Host: GitHub
- URL: https://github.com/goodidle/gaiatunnel
- Owner: goodidle
- Created: 2019-09-11T02:02:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T02:45:21.000Z (almost 7 years ago)
- Last Synced: 2025-07-07T06:45:49.237Z (12 months ago)
- Topics: golang, shell, tunnel
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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()
```