added Folder Fun

This commit is contained in:
Narstybits
2023-06-11 16:15:04 -05:00
parent 732a780fe0
commit fd89a17d15
+20
View File
@@ -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