├── .gitignore ├── LICENSE ├── README.md ├── perlfork.pl ├── translate └── urban.pl /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anoncheg1/Command-line-translator/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anoncheg1/Command-line-translator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anoncheg1/Command-line-translator/HEAD/README.md -------------------------------------------------------------------------------- /perlfork.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anoncheg1/Command-line-translator/HEAD/perlfork.pl -------------------------------------------------------------------------------- /translate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anoncheg1/Command-line-translator/HEAD/translate -------------------------------------------------------------------------------- /urban.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anoncheg1/Command-line-translator/HEAD/urban.pl --------------------------------------------------------------------------------