mirror of
https://github.com/kou029w/nttr.fly.dev.git
synced 2025-01-18 16:08:02 +00:00
5 lines
73 B
Bash
5 lines
73 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
envsubst < /nitter.example.conf > nitter.conf
|
||
|
exec "$@"
|