added first eggs

This commit is contained in:
2026-04-24 18:29:58 -04:00
parent 02d064ceef
commit c0c642892b
6 changed files with 32 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
# check which fortune command is installed if any.
if ! [ -x "$(command -v fortune)" ]; then
echo 'fortune is not installed, checking for misfortune'm