This website requires JavaScript.
Explore
Help
Sign In
fanyx
/
docker-tmserver
Watch
1
Star
0
Fork
You've already forked docker-tmserver
0
Code
Issues
Pull Requests
Projects
Releases
2
Wiki
Activity
1db33df91f
docker-tmserver
/
tmserver
/
bin
/
delete_cache.sh
5 lines
68 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
cd
$TMDIR
/GameData/Cache/
find . -type f -exec rm
{
}
\;
Reference in New Issue
View Git Blame
Copy Permalink