mirror of https://github.com/aria2/aria2
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
a2x -f manpage aria2c.1.txt
|
||
|
|
||
|
sed 's/\(.\)\.sp/\1\n\.sp/g' aria2c.1 > aria2c.1.tmp
|
||
|
|
||
|
mv aria2c.1.tmp aria2c.1
|