mirror of
https://github.com/dokku/dokku.git
synced 2026-07-10 12:36:13 +02:00
5 lines
39 B
Bash
Executable File
5 lines
39 B
Bash
Executable File
#!/bin/bash
|
|
set -o pipefail
|
|
|
|
exec "$@"
|