mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-14 11:01:07 +00:00
3 lines
98 B
Bash
3 lines
98 B
Bash
![]() |
#!/bin/sh
|
||
|
grep '{ "'|tr '{",}' ' ' |sed -e 's,NULL,,g' | awk '{ print $1"="$2","$3","$4","$5}'
|