Download this file
8 lines (6 with data), 156 Bytes
| #!/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.