Have you tried running interactive commands using this ?
I am looking for a way to run interactive bash script from hubot, So bash can read user input.
like this :
read -p "Please enter the number of build you want to undeploy : " input
it gave me spawn! in the background and does nothing.
Have you tried running interactive commands using this ?
I am looking for a way to run interactive bash script from hubot, So bash can read user input.
like this :
read -p "Please enter the number of build you want to undeploy : " input
it gave me spawn! in the background and does nothing.