Skip to content

Instantly share code, notes, and snippets.

View Gadgetoid's full-sized avatar
🚼
+1 Baby

Philip Howard Gadgetoid

🚼
+1 Baby
View GitHub Profile
@glennzw
glennzw / writeSD.sh
Created August 19, 2014 02:09
Script to write to multiple SD cards simultaneously from OSX
#!/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;