iopshell/iopshell.go
2018-06-27 22:37:45 +03:00

9 lines
No EOL
102 B
Go

package main
import (
"gitlab.com/neonsea/iopshell/internal/shell"
)
func main() {
shell.Shell()
}