Do not prepend a '!' to arguments in a '!' completion.
[gsh.git] / gsh.py
blobb449cb8066306cd463b8007c0d49c8fb51984742
1 #!/usr/bin/env python
3 from gsh.main import main
4 main()