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