...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$ bin/tql $ bin/tql -engine -status $ bin/tql -engine -start $ bin/tql -engine -stop |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$ using CMD (under bin)
$ tql -engine -status
$ tql -engine -start
$ tql -engine -stop
$ using Git Bash (under bin)
$ ./tql -engine -status
$ ./tql -engine -start
$ ./tql -engine -stop |