mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd "`dirname "$0"`"
|
|
rm -rf game/shaders/procedural/*.*
|