4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
perl -pne 's/^{"cells":\[//' $1 | cat helpers/intro - | sponge $1
|