Added an option to disable colorized hostnames
[polysh.git] / polysh.py
blobb90c0c60c16568b27195c8e35f85a2e5891749c6
1 #!/usr/bin/env python
3 from polysh.main import main
4 main()