diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-26 21:43:44 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-26 21:43:44 -0400 |
commit | 0d174f9cf1f1e3aab6ca809c175027516645d05e (patch) | |
tree | e4e7e4cdf06905b854975e632049436d942099c2 | |
parent | 508549128d21d752cb861ac2d65bc8fc89e32555 (diff) |
update external.go
-rw-r--r-- | cmds/external.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/external.go b/cmds/external.go index da24291..79c73eb 100644 --- a/cmds/external.go +++ b/cmds/external.go @@ -21,6 +21,7 @@ func External(args []string) { } if found { cmd := exec.Command(cmd, args[1:]...) + cmd.Stdin = os.Stdin cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr |