blob: 01751a7d8e2c2fb601469256dc2dd8f429c921a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env fish
# echo check for permissions
set -l USER (whoami)
#cat /srv/repos/permission | grep -E "^
# run command
/usr/bin/sudo -u git /usr/bin/git-shell -c "$argv"
|