#!/bin/bash function halsa { echo "Hejsan $1, hur är läget?" } halsa $USER