diff --git a/Executions/Folder Fun.txt b/Executions/Folder Fun.txt new file mode 100644 index 0000000..4f6d7d9 --- /dev/null +++ b/Executions/Folder Fun.txt @@ -0,0 +1,20 @@ +REM Creates 400 Folders on the Desktop +REM Can adjust the number "400" to change the numbers of folders created + +REM Author: Narsty +REM Title: Folder Fun +REM Target: MacOS +REM Version: 1.0 +REM Category: Executions + +ID 05ac:021e Apple:Keyboard +DELAY 1000 +GUI SPACE +DELAY 500 +STRING terminal +DELAY 500 +ENTER +DELAY 1000 +STRING mkdir ~/Desktop/FunFolders{1..400} +DELAY 500 +ENTER