dotfiles/scripts/flash
tavo-wasd fd69ecbbe6 init
2023-05-08 20:39:39 -06:00

5 lines
92 B
Bash
Executable file

#!/bin/sh
# Flashes USB devices
# Requires 'pv'
pv $1 > $2 && sync && echo "Done!" && sync