aboutsummaryrefslogtreecommitdiff
path: root/cmd/myshell
diff options
context:
space:
mode:
authorjet2tlf <jet2tlf@gmail.com>2024-05-31 04:18:27 +0000
committerjet2tlf <jet2tlf@gmail.com>2024-05-31 04:18:27 +0000
commit7cb63edf3067159bb54da87de3cde3c81a343d48 (patch)
tree7830aa47f6cee8f05f1b37bdf96f71aa036c9ec4 /cmd/myshell
parent191cf1a3c99a26fc736812e582bd07fadfffc051 (diff)
downloadshell-go-7cb63edf3067159bb54da87de3cde3c81a343d48.tar.gz
shell-go-7cb63edf3067159bb54da87de3cde3c81a343d48.zip
pass 7st stage
Diffstat (limited to 'cmd/myshell')
-rw-r--r--cmd/myshell/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/myshell/main.go b/cmd/myshell/main.go
index 9ccf88c..64e33d2 100644
--- a/cmd/myshell/main.go
+++ b/cmd/myshell/main.go
@@ -45,7 +45,7 @@ func main() {
exec := path + "/" + command[1]
if _, err := os.Stat(exec); err == nil {
- fmt.Printf("%s is %s\n", command[1], exec)
+ fmt.Printf("%s is %s\n\n", command[1], exec)
return
}
}