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

4 lignes
54 B
Bash

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