Skip to content

Commit

Permalink
Split system script corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
blakemcbride committed Oct 19, 2023
1 parent b68afaf commit f54352c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion remove-backend
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ fi
rm -rf .git* libs bld* build* init* KissGP* LIC* manual pom.xml README.md
rm -rf runcmd test.csv upgrade-* view-log
rm -rf src/main/backend src/main/core
rm -rf CONTRIBUTING.md notes
rm -rf CONTRIBUTING.md notes remove-frontend*
8 changes: 5 additions & 3 deletions remove-backend.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ if "%~1" neq "remove" (
exit /b
)

rmdir /s /q .git .github libs build.work manual src\main\backend src\main\core notes
del /q .gitattributes .gitignore bld* build.xml init* KissGP* LIC* pom.xml README.md
del /q runcmd test.csv upgrade-* view-log CONTRIBUTING.md
rmdir /s /q .git .github libs build.work manual src\main\backend src\main\core notes 2>nul
del /q .gitattributes .gitignore bld* build.xml init* KissGP* LIC* pom.xml README.md 2>nul
del /q runcmd test.csv upgrade-* view-log CONTRIBUTING.md 2>nul
del /q build-builder* remove-frontend* 2>nul


10 changes: 5 additions & 5 deletions remove-frontend.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if "%~1" neq "remove" (
exit /b
)

rmdir /s /q .git .github build.work manual src\main\frontend notes
del /q .gitattributes .gitignore init* KissGP* LIC*
del /q runcmd test.csv upgrade-* *.md remove-backend*
del /q SimpleWebServer.jar upgrade-kiss*
del /q expand LICENSE.txt list-both serve* shrink make-frontend
rmdir /s /q .git .github build.work manual src\main\frontend notes 2>nul
del /q .gitattributes .gitignore init* KissGP* LIC* 2>nul
del /q runcmd test.csv upgrade-* *.md remove-backend* 2>nul
del /q SimpleWebServer.jar upgrade-kiss* 2>nul
del /q expand LICENSE.txt list-both serve* shrink make-frontend 2>nul

0 comments on commit f54352c

Please sign in to comment.