7 lines
80 B
Fish
7 lines
80 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function gitw
|
||
|
git instaweb --httpd=webrick $argv
|
||
|
end
|