Menu

[r7419]: / branches / mathtex / test / consolidate_diff_images.sh  Maximize  Restore  History

Download this file

8 lines (6 with data), 156 Bytes

1
2
3
4
5
6
7
#!/bin/bash
set -e
TARGET_DIR="diff-images"
rm -rf $TARGET_DIR
mkdir $TARGET_DIR
find . -name 'failed-diff-*png' | xargs mv --target-directory=$TARGET_DIR
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.