tvl-depot/fish/functions/runhoogle.fish
2013-06-20 13:08:18 +02:00

5 lines
86 B
Fish

function runhoogle
cd ~/.hoogle
screen -dm hoogle server -p 4000
cd -
end