This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
dots
Watch
1
Star
0
Fork
You've already forked dots
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0baba7e459
dots
/
.scripts
/
iso
7 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/bash
iso
=
$1
drive
=
$2
dd
bs
=
4M
if
=
$iso
of
=
$drive
conv
=
fsync
oflag
=
direct
status
=
progress
Reference in New Issue
View Git Blame
Copy Permalink