heroku-node-telegram-bot icon indicating copy to clipboard operation
heroku-node-telegram-bot copied to clipboard

'grep' is not recognized as an internal or external command,

Open Kidmek opened this issue 4 years ago • 0 comments

heroku config:set HEROKU_URL=$(heroku info -s | grep web_url | cut -d= -f2) this line doesn't work it doesn't recognize grep and cut as a function , I found a solution for grep ( its the same as findstr) but i couldn't fix cut https://soshace.com/building-a-telegram-bot-with-node-js/ this helped me avoid those

Kidmek avatar Oct 07 '20 03:10 Kidmek