https://github.com/matiasinsaurralde/go-web-shell
Simple web shell (+web server). Got it running on a rooted Android (checkout Makefile for ARM settings).
https://github.com/matiasinsaurralde/go-web-shell
Last synced: 6 months ago
JSON representation
Simple web shell (+web server). Got it running on a rooted Android (checkout Makefile for ARM settings).
- Host: GitHub
- URL: https://github.com/matiasinsaurralde/go-web-shell
- Owner: matiasinsaurralde
- License: mit
- Created: 2013-07-21T18:02:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T02:25:22.000Z (over 9 years ago)
- Last Synced: 2025-04-10T19:08:31.450Z (6 months ago)
- Language: Go
- Homepage: http://lomitologia.blogspot.com/2013/07/200713-dotpad-dt-730-china-telecom.html
- Size: 3.91 KB
- Stars: 24
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-web-shell
this implements a simple web shell (+web server).
go-shell-quote code is also used ( https://github.com/kballard/go-shellquote ).
## building
````shell
$ make
````## license
[MIT](https://github.com/matiasinsaurralde/go-web-shell/blob/master/LICENSE)