Hash : 3d6b9035 Author : Date : 2020-11-18T18:08:23
Download
1 2 3 4
#!/bin/bash -e useradd --shell /bin/bash libgit2 chown --recursive libgit2:libgit2 /home/libgit2 exec sudo --preserve-env --set-home --user=libgit2 "$@"