1
1
Fork 0
configs/config/fish/functions/pkg_chk.fish

4 lines
63 B
Fish

function pkg_chk
set -lx MAKEFLAGS
command pkg_chk $argv
end