dotfiles/scripts/flash
2023-08-06 23:32:47 -06:00

5 lines
84 B
Bash
Executable file

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