Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Upload a script for windows to clean it for a zip!
  • Loading branch information
NaysKutzu committed Feb 29, 2024
1 parent 6030726 commit 2e9a950
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clean.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@echo off
title Clean MythicalDash
color a
echo Please wait while we delete the files you do not need
rd /s /q .github
rd /s /q bot
rd /s /q cli
rd /s /q page

0 comments on commit 2e9a950

Please sign in to comment.