10 lines
129 B
Bash
10 lines
129 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $(readlink -f `dirname $0`)
|
||
|
|
||
|
python gitlab-conversion.py
|
||
|
cd target
|
||
|
asciidoctor master.adoc
|
||
|
|
||
|
xdg-open master.html
|