1
0
2023-04-30 13:37:26 +02:00

4 Zeilen
54 B
Bash

if [ ! `which neofetch` == "" ]; then
neofetch
fi