7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./sql < $1 > $$.jsons
|
|
./pscan.js $$.jsons
|
|
rm -f $$.jsons
|
|
|