mirror of
https://github.com/vxcontrol/rancher-letsencrypt.git
synced 2026-07-01 00:08:01 -04:00
5 lines
33 B
Bash
Executable File
5 lines
33 B
Bash
Executable File
#!/bin/bash
|
|
env
|
|
exec "$@" &
|
|
wait
|