dotfiles/.config/fish/functions/fastdl.fish

5 lines
123 B
Fish
Raw Normal View History

2018-11-15 01:01:37 +00:00
# Defined in /tmp/fish.hwFxZE/fastdl.fish @ line 2
function fastdl
aria2c --file-allocation=none -c -x 16 -s 16 $argv
end