diff options
| author | jules@lens <julescarbon@gmail.com> | 2019-02-16 14:33:17 +0100 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2019-02-16 14:33:17 +0100 |
| commit | 1ed1e140cbdff2eb1168d35a043f67cbb897264d (patch) | |
| tree | 3bd41d7db6e20e043691adc831699e5554588522 /scraper/rm-txt-images.sh | |
| parent | c1ce13b41b595847f18d2f7232850b10cd677e66 (diff) | |
check if canonical
Diffstat (limited to 'scraper/rm-txt-images.sh')
| -rw-r--r-- | scraper/rm-txt-images.sh | 4 |
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 + |
