This file contains 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
-- Thank you, jonobr1 https://gist.github.com/jonobr1/a91c166a94a65e64c9b7 | |
set dFolder to "~/Desktop/screencapture/" | |
do shell script ("mkdir -p " & dFolder) | |
global frontApp, frontAppName, windowTitle | |
set i to 0 | |
repeat 1440 times |