mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 11:18:57 +01:00
Renamed AAXtoMP3 to AAXtoMP3Worker
This commit is contained in:
parent
3ed9f72963
commit
66a6fe3a58
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;
|
Loading…
Reference in New Issue
Block a user