mirror of
https://github.com/informaticker/uek-109-LBb.git
synced 2024-11-22 17:51:58 +01:00
6 lines
86 B
Bash
6 lines
86 B
Bash
|
#!/bin/sh
|
||
|
set -xe
|
||
|
|
||
|
echo "$(envsubst < build/index.html)" > build/index.html
|
||
|
exec "$@"
|