mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
set -eou pipefail
|
|
dir="$(dirname $0)"
|
|
|
|
bash $dir/test-postgres-entrypoint.sh
|
|
|
|
exec "$@"
|