dopaminadarktheme
Full Dopamina Dark Theme
#!/bin/bash TMPWATCH="/usr/sbin/tmpwatch" PORTAGE_TMPDIR="$(portageq envvar PORTAGE_TMPDIR)/portage" DISTDIR="$(portageq distdir)" if [[ -d /tmp ]]; then ${TMPWATCH} --atime 168 /tmp fi if [[ -d ${PORTAGE_TMPDIR:-/var/tmp/portage} ]]; then ${TMPWATCH} --mtime --all 336 ${PORTAGE_TMPDIR:-/var/tmp/portage} fi if [[ -d ${DISTDIR:-/usr/portage/distfiles} ]]; then ${TMPWATCH} --atime --fuser 4320 ${DISTDIR:-/usr/portage/distfiles} fiPara dúvidas utilize a área de comentários
Assine a newsletter para receber em seu email as publicações atualizadas neste blog
Desenvolvedor Full-Stack, entusiasta de tecnologia e apaixonado por compartilhar conhecimento através deste blog.
Categorias