This file contains 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/bash | |
# Write an image to multiple SD cards at the same time | |
# Supply: image to be written, comma separated list of devices | |
# @glennzw | |
#set -e | |
echo -en " +++ Glenn's multi SD writer. Use with care. @glennzw +++\n\n" | |
BS=1m | |
OIFS=$IFS; |