Files
UnrealEngine/Engine/Extras/Containers/Dockerfiles/linux/dev/git-credential-helper-secrets.sh
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

7 lines
121 B
Bash

#!/usr/bin/env bash
if [[ "$1" == "Password for"* ]]; then
cat /run/secrets/password
else
cat /run/secrets/username
fi