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