8d3d6fdb17
REM Creates Hidden Folder and Copy Desktop Contents REM To find the folder follow the steps below. REM Open Finder. REM Click on "Go" in the menu bar at the top of the screen. REM Select "Go to Folder" from the dropdown menu. REM In the "Go to the folder" dialog box, enter <~/.copypasta> and click "Go".
22 lines
308 B
Plaintext
22 lines
308 B
Plaintext
REM Deletes the hidden folder ~/.copypasta
|
|
REM To be used with copy pasta script
|
|
|
|
|
|
REM Author: Narsty
|
|
REM Title: Delete Copy Pasta
|
|
REM Target: MacOS
|
|
REM Version: 1.0
|
|
REM Category: Utility
|
|
|
|
|
|
DELAY 1000
|
|
GUI SPACE
|
|
DELAY 500
|
|
STRING terminal
|
|
DELAY 500
|
|
ENTER
|
|
DELAY 1000
|
|
STRING rm -rf ~/.copypasta
|
|
DELAY 500
|
|
ENTER
|