Upload diff from 1 to 2

This commit is contained in:
2023-07-24 15:46:07 +02:00
parent 3c888ac794
commit f6e374d11e
2 changed files with 528 additions and 0 deletions

View File

@ -82,3 +82,6 @@ cat stretchoid_digitalocean_possible_ips.txt | xargs -P 50 -I {} bash -c 'set -e
grep -F "stretchoid" stretchoid_revisions/v2.txt | sort > stretchoid_revisions/v2.sorted.txt
mv stretchoid_revisions/v2.sorted.txt stretchoid_revisions/v2.txt
# Build the diff
diff --unified=1 stretchoid_revisions/v1.txt stretchoid_revisions/v2.txt > stretchoid_revisions/v1to2.diff