Can I use ECHO to execute commands? yourscript | bash -

yourscript | bash -
The - tells bash that it should read commands from stdin.


Comments