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
Nikitin Aleksandr 835418f12b готово
2023-10-13 14:44:55 +03:00

6 lines
121 B
Bash
Executable File

logfile=log.txt
echo press CTRL+C to stop app
echo log file: $logfile
script -q /dev/null -c ./telegram_loki > $logfile