0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-29 06:37:51 +01:00
gitea/tests/gitea-repositories-meta/user2/repo1.git/hooks/proc-receive
2024-08-20 14:17:21 +08:00

7 lines
184 B
Bash
Executable file

#!/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