make iso script

This commit is contained in:
ktyl 2021-10-18 23:46:39 +01:00
parent fe40ddc451
commit e32fbdf181
1 changed files with 6 additions and 0 deletions

6
.scripts/iso Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/bash
iso=$1
drive=$2
dd bs=4M if=$iso of=$drive conv=fsync oflag=direct status=progress