mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-07-01 17:07:30 +02:00
Renamed AAXtoMP3 to AAXtoMP3Worker
This commit is contained in:
2
AAXtoMP3 → AAXtoMP3Worker
Executable file → Normal file
2
AAXtoMP3 → AAXtoMP3Worker
Executable file → Normal file
@ -7,6 +7,7 @@ extension=mp3
|
||||
mode=chaptered
|
||||
authcode=".authcode";
|
||||
auth="";
|
||||
|
||||
if [ -z ${HOME+x} ] && ! [ -z ${USERPROFILE+x} ]; then HOME="$USERPROFILE"; fi
|
||||
authcodeDirs="${HOME}/ ./"
|
||||
GREP=$(grep --version | grep -q GNU && echo "grep" || echo "ggrep")
|
||||
@ -210,3 +211,4 @@ for path
|
||||
do
|
||||
create_path "${path}" "${auth_code}"
|
||||
done
|
||||
exit 0;
|
Reference in New Issue
Block a user