mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
5 lines
57 B
Bash
5 lines
57 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd ./report/
|
||
|
genhtml -o ./html/ ./lcov.info
|