generated from amasson/UnrealEngineProject
Initial commit
This commit is contained in:
11
Cmd/remove_binaries.sh
Executable file
11
Cmd/remove_binaries.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
rm -rf Binaries\
|
||||
DerivedDataCache\
|
||||
Intermediate
|
||||
|
||||
rm -rf Plugins/*/Binaries\
|
||||
Plugins/*/DerivedDataCache\
|
||||
Plugins/*/Intermediate
|
||||
Reference in New Issue
Block a user