#!/usr/bin/env fish function megadl-all -d 'Downloads all files in ~/dl' megadl (cat ~/dl) end ## EOF