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