libgit2-sys 0.11.0+0.99.0

Native bindings to the libgit2 library
Documentation
1
2
3
4
#!/bin/bash -e
useradd --shell /bin/bash libgit2
chown --recursive libgit2:libgit2 /home/libgit2
exec sudo --preserve-env --user=libgit2 "$@"