This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tell application id "DNtp" | |
| try | |
| set this_selection to the selection | |
| set this_count to count of this_selection | |
| if this_count > 0 then | |
| show progress indicator "Renaming" steps this_count | |
| repeat with this_item in this_selection | |
| set this_metadata to meta data of this_item | |
| try | |
| set this_title to |kMDItemTitle| of this_metadata |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # e.g. host2j google.com [..] TRUST | |
| # e.g. jhostset google.com [..] google-servers TRUST | |
| function host2j() | |
| { | |
| ZONENAME="${@: -1}" | |
| for HOSTNAME in "$@" | |
| do | |
| if [ "$HOSTNAME" != "$ZONENAME" ] | |
| then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": [ | |
| "route53:GetChange", | |
| "route53:ListHostedZones", | |
| "route53:ListHostedZonesByName", | |
| "route53:GetHostedZoneCount" |
NewerOlder