Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 186 Bytes

File metadata and controls

9 lines (7 loc) · 186 Bytes

libreelec-git

Update your .profile with the following alias

function git () { (docker run -ti --rm -v ${HOME}:/root -v $(pwd):/git synopsis8/libreelec-git "$@") }