10 lines
78 B
Bash
10 lines
78 B
Bash
#!/bin/sh -
|
|
../ed - <<\EOT
|
|
r \s2.d
|
|
,s/./(&)/3
|
|
s/$/00
|
|
2s//%/g
|
|
s/^l
|
|
w \s2.o
|
|
EOT
|