This repository was archived by the owner on Jun 23, 2020. It is now read-only.
Commit e0c0f12
Remove empty check files and flags files.
for f in $(find test -name '*.check' -o -name '*.flags'); do [[ $(wc -c $f | sed -E 's/ *([0-9]+).*/\1/') == "0" ]] && rm $f; done1 parent 58040ac commit e0c0f12
1 file changed
+0
-0
lines changedWhitespace-only changes.
0 commit comments