mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-14 16:20:45 +00:00
added shebang and comments to clean_coverage script
This commit is contained in:
parent
21e11f7782
commit
54f1dff7ac
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Clean source directory after running the coverage script.
|
||||
|
||||
rm -r build__*
|
||||
rm -r coverage__*
|
||||
rm -r source__*
|
||||
|
||||
### end of file
|
||||
|
|
Loading…
Add table
Reference in a new issue