9 lines
96 B
Bash
Executable file
9 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
GUIDE=$1
|
|
|
|
cd $GUIDE
|
|
python gitlab-conversion.py
|
|
cd target
|
|
asciidoctor master.adoc
|
|
|