forgejo-aneksajo_auto_patch.../auto.sh
2025-01-23 11:24:56 +01:00

15 lines
378 B
Bash

\rm -f broken_changes.txt
\rm -f changes.txt
\rm -f individuals.txt
sh 0_identify_different_files.sh
python 1_get_10.0.0.py
python 2_get_9.0.3.py
python 3_get_aneksajo.py
python 4_get_names.py
python 5_copy_individual_files.py
\rm -rf workspace
mkdir -p workspace
cat broken_changes.txt | awk '{print "cp -r " $4 " workspace"}' | sh
echo "Fix the file"
cat broken_changes.txt