summaryrefslogtreecommitdiff
path: root/scraper/rm-txt-images.sh
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2019-02-16 14:33:17 +0100
committerjules@lens <julescarbon@gmail.com>2019-02-16 14:33:17 +0100
commit1ed1e140cbdff2eb1168d35a043f67cbb897264d (patch)
tree3bd41d7db6e20e043691adc831699e5554588522 /scraper/rm-txt-images.sh
parentc1ce13b41b595847f18d2f7232850b10cd677e66 (diff)
check if canonical
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
+