mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 02:45:23 +00:00
7 lines
200 B
Bash
Executable File
7 lines
200 B
Bash
Executable File
for X in *.aft; do
|
|
aft "$X"
|
|
aft "$X"
|
|
aft "$X"
|
|
{ cat header.html-part; perl -ne 'print unless 1 .. /<body>/ or /<\/body>/ .. 0' "${X%.aft}.html"; cat footer.html-part; } > "../${X%.aft}.html"
|
|
done
|