winamp/WIN2ARCH.sh

7 lines
209 B
Bash
Raw Normal View History

2024-09-29 01:39:47 +00:00
#!/bin/bash
#Achie's Cute little windows to arch script, I HATE WINDOWS!!!
2024-09-29 01:44:31 +00:00
find "." -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"