pnut-matrix/run.sh

11 lines
98 B
Bash
Raw Normal View History

2024-12-25 07:21:29 -08:00
!#/bin/bash
2025-01-15 12:16:52 -08:00
cd /data
appservice -c config.toml &
pnutservice -c config.toml &
2024-12-25 07:21:29 -08:00
wait -n
exit $?