]> granicus.if.org Git - libexpat/commitdiff
added shebang and comments to clean_coverage script
authorMarco Maggi <marco.maggi-ipsu@poste.it>
Sun, 21 Oct 2018 05:56:36 +0000 (07:56 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 20 Jul 2019 15:05:02 +0000 (17:05 +0200)
expat/clean_coverage.sh

index bf02fbff4343b6367539f10a394e27760656e3d0..4d84bda941088fa5d08f5e1bb4ffb3d296ff31a8 100755 (executable)
@@ -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