14 lines
315 B
Bash
Executable File
14 lines
315 B
Bash
Executable File
#!/bin/bash
|
|
clear
|
|
cat <<"EOF"
|
|
____ _
|
|
/ ___| | ___ __ _ _ __ _ _ _ __
|
|
| | | |/ _ \/ _` | '_ \ | | | | '_ \
|
|
| |___| | __/ (_| | | | | | |_| | |_) |
|
|
\____|_|\___|\__,_|_| |_| \__,_| .__/
|
|
|_|
|
|
|
|
EOF
|
|
|
|
sudo pacman -Rns $(pacman -Qtdq)
|