dots/.scripts/iso

7 lines
101 B
Plaintext
Raw Normal View History

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