aitech-moj-2023/wyk/helpers/add-intro.sh

6 lines
106 B
Bash
Raw Normal View History

2022-03-06 17:52:15 +01:00
#!/bin/bash
2022-07-05 11:41:41 +02:00
./helpers/fix-intro.pl $1
2022-03-06 17:52:15 +01:00
perl -pne 's/^{"cells":\[//' $1 | cat helpers/intro - | sponge $1