barrymavin
2019-12-04, 20:36
Did you know that you can run lianja scripts and execute lianja commands interactively.
Windows:
2114
Linux:
2115
This is particularly useful in background cron jobs on linux and scheduled tasks on windows.
You can execute multiple commands like this:
lianjarun -c "open database southwind;list tables;close database"
Windows:
2114
Linux:
2115
This is particularly useful in background cron jobs on linux and scheduled tasks on windows.
You can execute multiple commands like this:
lianjarun -c "open database southwind;list tables;close database"