1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-13 17:06:27 +00:00
dotfiles/.config/fish/functions/etch.fish

5 lines
107 B
Fish
Raw Normal View History

2018-11-15 01:01:37 +00:00
# Defined in /tmp/fish.QM6yoH/etch.fish @ line 1
function etch
s dd if=$argv[1] |pv| s dd of=$argv[2]
end