mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 00:18:09 +00:00
4 lines
68 B
Bash
Executable file
4 lines
68 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
dbmate --url "${PGRST_DB_URI}" --wait up
|
|
exec "$@"
|