4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
dd if=firmware.bin seek=4 of=/dev/$1 2>/dev/null
|
||
|
echo "FLASH done: $1"
|