5 lines
79 B
Bash
5 lines
79 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
git_update.sh -d "$HTTP_DIR" "$GIT_SOURCE_REPO"
|