1
0
mirror of https://github.com/ManyakRus/telegram_loki.git synced 2025-03-03 15:02:18 +02:00
telegram_loki/bin/start_with_log.sh

6 lines
121 B
Bash
Raw Normal View History

2023-10-11 18:04:49 +03:00
logfile=log.txt
echo press CTRL+C to stop app
echo log file: $logfile
2023-10-13 14:44:55 +03:00
script -q /dev/null -c ./telegram_loki > $logfile