rwx/bash/apt.sh

4 lines
47 B
Bash
Raw Normal View History

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