Only display the "Error talking to ..." message if the remote shell exit code
[polysh.git] / gsh.py
blobb449cb8066306cd463b8007c0d49c8fb51984742
1 #!/usr/bin/env python
3 from gsh.main import main
4 main()