This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
secstate
/
dotfiles
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
4cb77180af
Branches
Tags
freebsd
master
dotfiles
/
config
/
fish
/
functions
/
el8log.fish
el8log.fish
99 B
Verlauf
Originalformat
1
2
3
4
5
function el8log
pushd ~/devel/elationemr/hippo/
docker-compose logs --tail=50 -f hippo
popd
end