-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
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
Labels
No labels