6 lines
86 B
Fish
6 lines
86 B
Fish
|
function runhoogle
|
||
|
cd ~/.hoogle
|
||
|
screen -dm hoogle server -p 4000
|
||
|
cd -
|
||
|
end
|