2024-09-29 01:39:47 +00:00
|
|
|
#!/bin/bash
|
|
|
|
#Achie's Cute little windows to arch script, I HATE WINDOWS!!!
|
2024-09-29 02:04:03 +00:00
|
|
|
find "./Src" -type f ! -name '.*' -exec sed -i 's/windows/arch/g' {} +
|
2024-09-29 01:39:47 +00:00
|
|
|
|
|
|
|
echo "Made the code better and made it work."
|
|
|
|
echo "Love, Archie"
|