mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 22:41:21 -03:00
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/sh bash
|
|
|
|
#shellcheck disable=SC1091
|
|
source "/shim/umask.sh"
|
|
source "/shim/vpn.sh"
|
|
|
|
exec "$@"
|