2021-05-06 20:55:18 +02:00
|
|
|
function cache
|
2021-04-24 21:54:25 +02:00
|
|
|
/usr/bin/yay -Scc --noconfirm
|
|
|
|
/usr/bin/yay -Sc --noconfirm
|
|
|
|
/usr/bin/gem cleanup --silent
|
|
|
|
/usr/bin/go clean -modcache -cache -testcache
|
2021-10-24 20:53:01 +02:00
|
|
|
/usr/bin/composer clear-cache
|
|
|
|
/usr/bin/python -m pip cache purge
|
2021-04-24 21:54:25 +02:00
|
|
|
end
|