fisher/functions/spin.fish
2016-03-14 04:20:40 +09:00

4 lines
66 B
Fish

function spin -a commands
fish -c "$commands" ^ /dev/null
end