Files
2026-04-02 15:32:15 +02:00

6 lines
78 B
Bash

#!/usr/bin/env bash
status=$?
if [ "${status}" -eq 0 ]; then
fastfetch
fi