Agg. PicoBlog; Agg. misti

This commit is contained in:
2022-08-23 00:07:45 +02:00
parent a3d2c18e8f
commit 88924078a2
11 changed files with 43 additions and 20 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/sh
git clone --depth 1 https://github.com/LukeEmmet/html2gmi
cd html2gmi
go get github.com/LukeEmmet/html2gmi
cat > ./html2gmi << [EOF]
#!/bin/sh
cd $PWD
go run .
[EOF]
chmod +x ./html2gmi
PATH=$PATH:$PWD
cd ..