• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/scripts/
1#/bin/sh
2
3security item -q class=inet,sync=1 | grep acct | tail -3
4security item -q class=genp,sync=1 | grep acct | tail -3
5security item -q class=genp,sync=1 2>/dev/null | grep agrp > tmpkccount && security item -q class=inet,sync=1 2>/dev/null | grep agrp >> tmpkccount && echo "Syncable items: "`wc -l tmpkccount | awk '{print $1}'`
6
7