Auto-Backup $'Tue Oct 15 2024 01:18:33 GMT+0200 (Central European Summer Time)'

This commit is contained in:
2024-10-15 01:47:18 +02:00
parent 4a9e18e731
commit 41585a0ad1
3 changed files with 40 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ for (const folder of allDirsList) {
if (fileDate > maxDate) {
continue;
}
console.log(1, file);
//await $`rm ${file}`;
await $`rm ${file}`;
}
}