6 lines
76 B
Fish
Executable file
6 lines
76 B
Fish
Executable file
#!/usr/bin/env fish
|
|
#
|
|
|
|
function make -d "make tool"
|
|
colormake $argv
|
|
end
|