7 lines
101 B
Plaintext
Raw Normal View History

2021-10-18 23:46:39 +01:00
#!/usr/bin/bash
iso=$1
drive=$2
dd bs=4M if=$iso of=$drive conv=fsync oflag=direct status=progress