mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-04-08 05:05:09 +00:00
9 lines
No EOL
179 B
Bash
Executable file
9 lines
No EOL
179 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 with the cron schedule
|
|
crond -l 2 -f |