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