Skip to content

Instantly share code, notes, and snippets.

@2bbb
Last active October 23, 2017 21:43
Show Gist options
  • Save 2bbb/05b95330975d6a90a203d01f521a78ce to your computer and use it in GitHub Desktop.
Save 2bbb/05b95330975d6a90a203d01f521a78ce to your computer and use it in GitHub Desktop.
sleep sheep (羊の数を数えてくれるApple Script)
set i to 1
repeat while true
say {"羊が", i, "匹"} as string using "Kyoko"
set i to i + 1
delay 1
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment