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