Auto generate the version number in the man page
[polysh.git] / gsh.py
blobb449cb8066306cd463b8007c0d49c8fb51984742
1 #!/usr/bin/env python
3 from gsh.main import main
4 main()