mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-02-10 04:05:03 +08:00
8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#shellcheck disable=SC1091
|
|
source "/shim/umask.sh"
|
|
source "/shim/vpn.sh"
|
|
|
|
exec "$@"
|