mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
4 lines
64 B
Bash
4 lines
64 B
Bash
#!/bin/sh
|
|
|
|
cd "`dirname "$0"`"
|
|
rm -rf game/data/shaderCache/*.*
|