summaryrefslogtreecommitdiffstats
path: root/tests/gitea-repositories-meta/user2/repo1.git/hooks/proc-receive
blob: af2808b03702f9fd8bd2d6dc5c72ca116417cb30 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
ORI_DIR=`pwd`
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
cd "$ORI_DIR"
for i in `ls "$SHELL_FOLDER/proc-receive.d"`; do
    sh "$SHELL_FOLDER/proc-receive.d/$i"
done