Test fix build

This commit is contained in:
octospacc 2022-08-23 00:39:26 +02:00
parent 88924078a2
commit 680cb64332
2 changed files with 8 additions and 8 deletions

View File

@ -1,3 +0,0 @@
toh questa l'è una provin
<h1>E?</h1>

View File

@ -4,11 +4,14 @@ 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]
echo "#!/bin/sh" > ./html2gmi
echo "cd $PWD; go run ." >> ./html2gmi
#cat > ./html2gmi << [EOF]
##!/bin/sh
#cd $PWD
#go run .
#[EOF]
chmod +x ./html2gmi
PATH=$PATH:$PWD