├── .gitignore ├── LICENSE ├── README.md ├── config.example ├── installer.sh └── telepipe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linuxmaster14/telepipe/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linuxmaster14/telepipe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linuxmaster14/telepipe/HEAD/README.md -------------------------------------------------------------------------------- /config.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linuxmaster14/telepipe/HEAD/config.example -------------------------------------------------------------------------------- /installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linuxmaster14/telepipe/HEAD/installer.sh -------------------------------------------------------------------------------- /telepipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Linuxmaster14/telepipe/HEAD/telepipe --------------------------------------------------------------------------------