obdev / v-usb

A Firmware-Only USB implementation for Atmel's AVR Microcontrollers
1.22k stars 244 forks source link

accomodate *.sh for Windows #7

Open dvv opened 10 years ago

dvv commented 10 years ago

While sed works fine under Windows environment, /dev/stdin is pure Unix term. This patch allows to bootstrap files under both OS. Can't test it under MacOSX.

Please, consider applying. TIA, --Vladimir

starkjohann commented 7 years ago

This does not work on OS X, probably requires GNU sed. A possible solution would be to add the lines of the command file separately with multiple -e options.