5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
lsblk $2
|
|
echo -n "Flash $1? "
|
|
read
|
|
sudo dd if=$1 of=$2 status=progress bs=1M
|