mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Agg. PicoBlog; Agg. misti
This commit is contained in:
15
Scripts/Prepare.GitLab.html2gmi.sh
Executable file
15
Scripts/Prepare.GitLab.html2gmi.sh
Executable 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 ..
|
Reference in New Issue
Block a user