5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
#!/bin/sh
|
||
|
sudo mkfs.cramfs dev-ev3 cram.bin
|
||
|
node img
|
||
|
ls -l firmware.bin
|