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