[ 애플 스크립트 생성 방법 ]
- Launchpad -> Other -> Script 편집기 실행
- 아래의 스크립트 내용 복사 후 저장
set the clipboard to "" set appname to "SecurID" set thePin to "1111" --set thePin2 to RsaTokenPin() activate application appname tell application appname activate tell application "System Events" keystroke thePin -- type the pin number delay 0.3 -- wait for token appear key code 36 -- return key delay 0.3 -- wait for token appear key code 48 -- press tab key code 49 -- space (to hit the copy button) end tell end tell delay 0.1 -- wait on RsaTokenPin() return (do shell script "security -q find-generic-password -gl rsatoken 2>&1 | egrep '^password' | awk -F\\\" '{print $2}'") end RsaTokenPin -- 기존 파일 삭제 하고, Clipboard에 있는 정보로 파일 신규 생성 do shell script "rm -rf /Applications/MAMP/htdocs/tksvpn/token.txt; pbpaste >> /Applications/MAMP/htdocs/tksvpn/token.txt" quit application appname
'Mac > 활용TIP' 카테고리의 다른 글
[macOS] Apple Script Crontab 등록 방법 (0) | 2019.02.27 |
---|---|
[macOS] 나의 맥 셋팅 - Spotlight 및 입력 소스 단축키 변경 (0) | 2019.02.27 |
[macOS] 나의 맥 셋팅 - 트랙패드 세 손가락 드래그 (0) | 2019.02.27 |
[macOS] 맥북 프로 (13인치 Late 2014)와 HP 오멘엑셀러레이터 eGPU + Nvidia GTX960 사용하기 (0) | 2019.02.22 |
[macOS] 맥북 eGPU ( 외장 그래픽 카드 ) 관련 정리 ( 하이시에라/모하비, AMD/Nvidia ) (0) | 2019.02.22 |