main
Raw Download raw file
1package main
2
3import "mysh/cmd"
4
5func main() {
6	cmd.Execute()
7}