mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-12-03 08:55:34 +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 ./crud_generator > $logfile
|