dotfiles/fish/functions/glcg.fish

4 lines
40 B
Fish
Raw Normal View History

function glcg
gslc --graph $argv;
end