-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
If i do:
#main_file.nim
import shell
shell:
"ssh [email protected] whoami"
expect: "password:"
send:"my_password"nothing happend. But if i do:
#first_file.nim
import shell
shell:
./second_file
expect: "something"
send:"i send info"
#second_file:
echo "Enter something"
let a: string = readLine(stdin)
echo "Entered: ", aEverything works correctly.
Soooo.... is it have to working like that? :)
Metadata
Metadata
Assignees
Labels
No labels