Skip to content

reading shell command input #10

@nesta219

Description

@nesta219

Hello there.

Been having issues in getting gulp-shell to read keyboard input.

example:

#!/bin/sh
echo "type something: ";
read VARIABLE_NAME
echo $VARIABLE_NAME

It successfully prints "type something", but then when you start typing, it doesn't read any input. Same goes for bash scripts. Is this expected behavior? Or perhaps a limitation of node?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions