run script from STDIN
Posted: 04 Jan 2022 05:34
Is there any way to run batch from STDIN/pipe? In linux, there is a possibility to run scripts without save it to disc first:
Is something similar possible with batch files?
Code: Select all
curl http://exmaple.com/run.sh |sudo bash