move first semester to first semester

This commit is contained in:
Motiejus Jakštys
2020-04-08 22:49:30 +03:00
parent db18a17f66
commit b97b04e9bb
93 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
all: README.html
README.html: README.md
$(toolshed) pandoc \
-T "$(shell head -1 $<)" \
--self-contained $< -o $@