wip migrating scripts

This commit is contained in:
2025-01-21 09:59:59 -06:00
parent 2c0a76d58a
commit 35397427d7
2 changed files with 42 additions and 0 deletions

7
defase_draws.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/etc/profiles/per-user/jawz/bin/bash
cd /home/jawz/Development/Websites/portfolio/content/ijwbs || exit
for file in [0-9][0-9][0-9]_*; do
mv "$file" "$(printf '%03d_%s' $((10#${file%%_*} + 4)) "${file#*_}")"
done