From 7b66fd1e5eb527126fe61feb61409355480893c1 Mon Sep 17 00:00:00 2001 From: Narsty Date: Sat, 13 May 2023 12:27:25 -0500 Subject: [PATCH] Delete Copy Pasta .txt --- Goodusb/Copy Pasta .txt | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Goodusb/Copy Pasta .txt diff --git a/Goodusb/Copy Pasta .txt b/Goodusb/Copy Pasta .txt deleted file mode 100644 index 23af9df..0000000 --- a/Goodusb/Copy Pasta .txt +++ /dev/null @@ -1,28 +0,0 @@ -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". - -REM Author: Narsty -REM Title: 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 mkdir ~/.copypasta -DELAY 500 -ENTER -DELAY 500 -STRING cp -R ~/Desktop/* ~/.copypasta/ -DELAY 500 -ENTER