mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-11-24 08:22:42 +02:00
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
logfile=log.txt
|
|
|
|
echo press CTRL+C to stop app
|
|
echo log file: $logfile
|
|
|
|
script -q /dev/null -c ./crud_generator > $logfile |