sh/bash/apt.sh

4 lines
47 B
Bash
Raw Normal View History

2023-05-15 19:23:36 +00:00
function apt_clean_cache {
apt-get clean
}