9 lines
62 B
Bash
Executable file
9 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sed '
|
|
/{[A-Z]/!d
|
|
s/.*{//
|
|
s/,.*//
|
|
s/.*/%token &;/
|
|
'
|