moj-2024/wyk/helpers/add-intro.sh
2024-02-27 21:20:36 +01:00

6 lines
106 B
Bash
Executable File

#!/bin/bash
./helpers/fix-intro.pl $1
perl -pne 's/^{"cells":\[//' $1 | cat helpers/intro - | sponge $1