Helper files

This commit is contained in:
Filip Gralinski 2022-03-06 17:52:15 +01:00
parent abe6d6df3a
commit 801e7e8653
2 changed files with 20 additions and 0 deletions

3
wyk/helpers/add-intro.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
perl -pne 's/^{"cells":\[//' $1 | cat helpers/intro - | sponge $1

17
wyk/helpers/intro Normal file
View File

@ -0,0 +1,17 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![Logo 1](https://git.wmi.amu.edu.pl/AITech/Szablon/raw/branch/master/Logotyp_AITech1.jpg)\n",
"<div class=\"alert alert-block alert-info\">\n",
"<h1> Modelowanie języka</h1>\n",
"<h2> 2. <i>Języki</i> [wykład]</h2> \n",
"<h3> Filip Graliński (2022)</h3>\n",
"</div>\n",
"\n",
"![Logo 2](https://git.wmi.amu.edu.pl/AITech/Szablon/raw/branch/master/Logotyp_AITech2.jpg)\n",
"\n"
]
},