list_loaded_launchjob_ids: add sudo prompt

This commit is contained in:
Vítor Galvão
2019-05-25 18:22:54 +01:00
committed by GitHub
parent 0e6018c661
commit c60bcd902d
+1 -1
View File
@@ -19,7 +19,7 @@ if [[ "${1}" =~ ^(-h|--help)$ ]]; then
exit 0
fi
(sudo -- /bin/launchctl list && /bin/launchctl list) | \
(sudo -p 'The system password is required to see all launchd jobs: ' -- /bin/launchctl list && /bin/launchctl list) | \
/usr/bin/cut -f3 | \
/usr/bin/grep --invert-match '^Label$' | \
/usr/bin/grep --invert-match '^com\.apple\.' | \