This website works better with JavaScript
Home
Explore
Help
Register
Sign In
vinelinux
/
specs
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e0efefa2a3
Branches
Tags
master
specs
/
t
/
texlive
/
texlive.cron
texlive.cron
98 B
History
Raw
1
2
3
4
#!/bin/bash
# Remove TeX fonts not used in 180 days
/usr/sbin/tmpwatch 4320 /var/lib/texmf
exit 0