Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non interactive shell #13

Open
Frozen12 opened this issue Jun 13, 2022 · 1 comment
Open

Non interactive shell #13

Frozen12 opened this issue Jun 13, 2022 · 1 comment

Comments

@Frozen12
Copy link

The terminal only work with non-interactive command.

to reproduce issue you can use the script here:

#!/bin/sh

# Script name: io1.sh

# This script prompts for input and prints messages
# involving the input received.

echo "Enter your name: \c" read name junk

echo "Hi $name, how old are you? \c"
read age junk

echo "\n\t$age is an awkward age, $name,"
echo "  You’re too old to depend on your parents,"
echo "and not old enough to depend on your children."

Please add an option to enable interactive terminal to run interactive shell commands

@moshe-coh
Copy link
Owner

I'm very busy right now, you can add this yourself and open PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants