- Requires rebuild, still not fully tested - Use r_pair (nosql db) to store all this info - Added lot of new platform descriptions for RSyscall
2 lines
98 B
Bash
Executable file
2 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
grep '{ "'|tr '{",}' ' ' |sed -e 's,NULL,,g' | awk '{ print $1"="$2","$3","$4","$5}'
|