winamp/WIN2ARCH.sh

7 lines
209 B
Bash
Executable File

#!/bin/bash
#Achie's Cute little windows to arch script, I HATE WINDOWS!!!
find "." -type f ! -name '.*' -exec sed -i 's/windows/arch/g' {} +
echo "Made the code better and made it work."
echo "Love, Archie"