Pre-populate the history completion with gsh's own variables.
[polysh.git] / gsh.py
blobb449cb8066306cd463b8007c0d49c8fb51984742
1 #!/usr/bin/env python
3 from gsh.main import main
4 main()