Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Sep 14, 2023
1 parent c72d49d commit 5bf7572
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ printf "${bold}${YEL} Cleaning assets, artifacts, and build directory...${c0}\n"
printf "\n" &&

rm -r -f assets &&
rm -f -f build.env &&
rm -r -f vscode &&
rm -r -f VSCode-linux-x64 &&
rm -r -f vscode-reh-linux-x64 &&
rm -r -f VSCode-win-x64 &&
rm -r -f vscode-reh-win-x64
rm -r -f VSCode-win32-x64 &&
rm -r -f vscode-reh-win32-x64

exit 0

0 comments on commit 5bf7572

Please sign in to comment.