package main import ( "strings" "os" "git.callpipe.com/aidan/shsh" ) func main() { shsh.PrintSExpression(shsh.Lex(strings.Join(os.Args[1:], " "))) }