rwx/bash/apt.sh

4 lines
31 B
Bash
Raw Normal View History

2024-11-11 19:37:25 +00:00
apt_clean() {
apt-get clean
2023-05-15 19:23:36 +00:00
}