/media/sda-magnetic/david/Dok-15-2023-11-27/informatik/vhdl20240414/bash20240412.sh


#!/bin/bash

if [[ "$1" == "David" && "$2" == "Vajda" ]]
then
    echo "Ich bin es"
elif [[ "$1" == "David Vajda" && -z "$2" ]]
then
    echo "Ich bin es"
elif [[ "$"]]