Created
December 30, 2017 01:49
-
-
Save dromer/00ecba12e10ee2068e86016746b4ad80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "copy .bin location and press enter" | |
read BIN | |
dd bs=1024 conv=nocreat,notrunc if=$BIN of=/media/dreamer/CRP\ DISABLD/firmware.bin | |
umount /media/dreamer/CRP\ DISABLD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment