Download this file
7 lines (6 with data), 152 Bytes
| #!/bin/bash
if [ "`wc -l broken_samples.txt`" != "0 broken_samples.txt" ]; then
cat broken_samples.txt | xargs rm
else
echo "No broken samples"
fi
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.