├── LICENSE ├── Makefile ├── README.md ├── files └── shellinaboxd.init └── patches └── 001-fix-compile-issue.patch /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/openwrt-shellinabox/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/openwrt-shellinabox/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/openwrt-shellinabox/HEAD/README.md -------------------------------------------------------------------------------- /files/shellinaboxd.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/openwrt-shellinabox/HEAD/files/shellinaboxd.init -------------------------------------------------------------------------------- /patches/001-fix-compile-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrt-develop/openwrt-shellinabox/HEAD/patches/001-fix-compile-issue.patch --------------------------------------------------------------------------------