From fd89a17d15d82d3c3aed4402e6fcd14e867833bf Mon Sep 17 00:00:00 2001 From: Narstybits Date: Sun, 11 Jun 2023 16:15:04 -0500 Subject: [PATCH] added Folder Fun --- Executions/Folder Fun.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Executions/Folder Fun.txt 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