1
0
mirror of https://github.com/ManyakRus/telegram_loki.git synced 2024-12-12 09:33:50 +02:00
telegram_loki/bin/start_with_log.sh

6 lines
121 B
Bash
Raw Permalink Normal View History

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