docker-tmserver/tmserver/bin/delete_cache.sh

5 lines
68 B
Bash
Raw Normal View History

#!/bin/sh
cd $TMDIR/GameData/Cache/
find . -type f -exec rm {} \;