mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
9 lines
93 B
Text
Executable file
9 lines
93 B
Text
Executable file
ed libmath.h <<EOS-EOS
|
|
1,1s/^/{"/
|
|
1,\$s/\$/",/
|
|
2,\$s/^/"/
|
|
\$,\$d
|
|
\$,\$s/,\$/,0}/
|
|
w
|
|
q
|
|
EOS-EOS
|