scansql: new tool to create stream, then parse it

This commit is contained in:
Jeff Garzik 2019-01-05 10:23:50 -05:00
parent 4e30fca128
commit 663c02e791

6
scansql Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
./sql < $1 > $$.jsons
./pscan.js $$.jsons
rm -f $$.jsons