5 use lib
$ENV{GL_LIBDIR
};
9 Usage: gitolite owns <reponame>
11 Checks if $GL_USER is an owner of the repo and returns an exit code (shell
12 truth, 0 for success), which makes it possible to do this in shell:
14 if gitolite owns someRepo
19 usage
() if not @ARGV or $ARGV[0] eq '-h';