summaryrefslogtreecommitdiff
path: root/scraper/rm-txt-images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/rm-txt-images.sh')
-rw-r--r--scraper/rm-txt-images.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scraper/rm-txt-images.sh b/scraper/rm-txt-images.sh
new file mode 100644
index 00000000..75ac1cf2
--- /dev/null
+++ b/scraper/rm-txt-images.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+find ./datasets/s2/txt/ -name "*.img" -print0 | xargs -0 rm
+