mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 20:19:52 +01:00
5 lines
39 B
Bash
5 lines
39 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -o pipefail
|
||
|
|
|
||
|
|
exec "$@"
|