Add new function for seeing ff logs #fishshell

This commit is contained in:
Colin Powell
2019-10-25 09:45:33 -04:00
parent df829b23f1
commit 976d290ca4

View File

@ -0,0 +1,5 @@
function fflg
pushd ~/src/ff/fifteen5
docker-compose logs --tail=100 -f $argv
popd
end