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