#!/bin/bash


# --------------------------------------------------------

# Script: mayer.sh

# Description: prints information about the author

# Usage: ./mayer.sh

# Author: Kai Mayer <kai@mayer.sh>

# Version: 0.0.1

# Date: 2024-02-13

# --------------------------------------------------------


echo 
"Willkommen auf meiner Website!"

curl 
-o 
mayer.sh 
&& 
bash 
./mayer.sh


# Key ID: 7FE1E0CD

# Key Type: RSA

# Expires: 2027-07-11

# Key Size: 4096/4096

# Fingerprint: 2C23 48A2 C4AD F105 DC46  65E0 2E6F AD54 7FE1 E0CD

curl 


# ...