mirror of
https://github.com/ManyakRus/telegram_loki.git
synced 2025-03-03 15:02:18 +02:00
6 lines
122 B
Bash
6 lines
122 B
Bash
|
logfile=log.txt
|
||
|
|
||
|
echo press CTRL+C to stop app
|
||
|
echo log file: $logfile
|
||
|
|
||
|
script -q /dev/null -c ./image_database > $logfile
|