1
0
Fork 0

autoparrot

This commit is contained in:
claustromaniac 2017-12-25 08:18:41 +00:00 committed by GitHub
parent daff5f6fa6
commit 05ac6dd0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -146,6 +146,10 @@ IF EXIST user.js (
CALL :message "Appending..."
COPY /B /V /Y user.js+"user.js-overrides\*.js" user.js
)
(
ECHO:
ECHO:user_pref("_user-overrides.js.parrot", "Parrot successfully overridden");
)>>user.js
) ELSE (CALL :message "No override files found.")
ECHO:
) ELSE (
@ -157,6 +161,10 @@ IF EXIST user.js (
) ELSE (
CALL :message "user-overrides.js appended."
)
(
ECHO:
ECHO:user_pref("_user-overrides.js.parrot", "Parrot successfully overridden");
)>>user.js
) ELSE (CALL :message "user-overrides.js not found.")
ECHO:
)