5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#! /bin/env bash
|
|
if [[ -x /usr/bin/neofetch ]]; then
|
|
neofetch
|
|
fi
|