mirror of
https://github.com/ManyakRus/telegram_loki.git
synced 2024-12-12 09:33:50 +02:00
6 lines
121 B
Bash
Executable File
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 |