mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-28 11:08:23 +00:00
7 lines
213 B
Bash
Executable file
7 lines
213 B
Bash
Executable file
#!/bin/bash
|
|
#Achie's Cute little windows to arch script, I HATE WINDOWS!!!
|
|
find "./Src" -type f ! -name '.*' -exec sed -i 's/windows/arch/g' {} +
|
|
|
|
echo "Made the code better and made it work."
|
|
echo "Love, Archie"
|