mirror of
https://github.com/ApfelTeeSaft/FunkinMP.git
synced 2026-08-26 19:23:31 +00:00
5 lines
57 B
Bash
5 lines
57 B
Bash
#!/bin/bash
|
|
|
|
cd ./report/
|
|
genhtml -o ./html/ ./lcov.info
|