mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-20 01:34:47 +00:00
9 lines
160 B
Bash
Executable file
9 lines
160 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "T2 Stat Parser Running...";
|
|
|
|
# Run this initially, then we'll execute this on a schedule
|
|
./start.sh
|
|
|
|
# Keep container running
|
|
tail -f /dev/null |