dotfiles/.local/bin/scripts/flash

6 lines
86 B
Plaintext
Raw Normal View History

2023-12-01 16:17:35 +00:00
#!/bin/sh
lsblk $2
echo -n "Flash $1?"
read
sudo dd if=$1 of=$2 status=progress bs=1M