manual removed files

This commit is contained in:
q
2025-11-06 15:30:49 +02:00
parent 9880c72d77
commit f6a45ec968
2 changed files with 4 additions and 3 deletions

4
rc
View File

@@ -51,9 +51,7 @@ function _q-tools-update-binary {
if [[ -e .removed_files.txt ]]; then
while read obsoleted_file; do
if [[ -e "$obsoleted_file" ]]; then
echo removing "$obsoleted_file"
else
echo no such file: "$obsoleted_file"
rm -f "$obsoleted_file"
fi
done < .removed_files.txt
fi

View File

@@ -22,3 +22,6 @@ echo $version > ~/www/static/six9.net/software/q-tools/current.txt
cd ~/www/static/six9.net/software/q-tools/
rm -r ~/tmp/q-tools-release-$$
SimpleWebPage
echo "If you deleted files, they should be added to .removed_files.txt"