scansql: new tool to create stream, then parse it
This commit is contained in:
parent
4e30fca128
commit
663c02e791
6
scansql
Executable file
6
scansql
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
./sql < $1 > $$.jsons
|
||||||
|
./pscan.js $$.jsons
|
||||||
|
rm -f $$.jsons
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user