mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-20 06:44:22 -04:00
adding the arch patch script
This commit is contained in:
parent
b969fa861b
commit
fe279d97bd
1 changed files with 11 additions and 0 deletions
11
WIN2ARCH.sh
Executable file
11
WIN2ARCH.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
#Achie's Cute little windows to arch script, I HATE WINDOWS!!!
|
||||
if [ -z "$1" ]; then
|
||||
echo "Usage: $0 <directory>"
|
||||
exit 1
|
||||
fi
|
||||
DIRECTORY="$1"
|
||||
find "$DIRECTORY" -type f -exec sed -i 's/windows/arch/g' {} +
|
||||
|
||||
echo "Made the code better and made it work."
|
||||
echo "Love, Archie"
|
Loading…
Add table
Reference in a new issue