7 lines
61 B
Fish
7 lines
61 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function lzd
|
||
|
lazydocker $argv
|
||
|
end
|