mirror of
https://github.com/cmosher01/v6502cpp.git
synced 2024-10-31 16:05:31 +00:00
5 lines
106 B
Sed
5 lines
106 B
Sed
#!/bin/sed -f
|
|
/^[^[]/ d
|
|
s/\[//
|
|
s/^[^0-9]*'t\([0-9]*\)', \([0-9]*\), \([0-9]*\), \([0-9]*\).*/\1 \2 \3 \4/
|