#! /usr/bin/bash # File: simple-func.sh function hallo() { echo "Hallo 1" echo "-------" } hallo hallo hallo hallo