├── .gitignore ├── COPYING ├── README.md ├── install.sh ├── update.sh ├── version └── wsend /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abemassry/wsend/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abemassry/wsend/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abemassry/wsend/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abemassry/wsend/HEAD/install.sh -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abemassry/wsend/HEAD/update.sh -------------------------------------------------------------------------------- /version: -------------------------------------------------------------------------------- 1 | 1.51 2 | -------------------------------------------------------------------------------- /wsend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abemassry/wsend/HEAD/wsend --------------------------------------------------------------------------------