From askubuntu.com
I get this error: "sh: 1: echo: echo: I/O error" from a script but then it works
1 1
I have an .sh file that has the following commands: #!/bin/bash for i in 1 2 3 4 do echo "\npwm$i running:" sh -c "echo $i > /sys/class/pwm/pwmchip0/export" echo...
13h ago