Skip to content

Instantly share code, notes, and snippets.

@cambecc
cambecc / gist:60156f771f40e9ada6809ba2c558ab18
Last active October 1, 2017 15:52
earth.nullschool.net screencapture applescript
tell application "Google Chrome" to activate
tell application "System Events"
set target to "~/Desktop/timelapse/sample/"
do shell script ("mkdir -p " & target)
delay 1
set i to 0
repeat 480 times