#!/bin/sh echo "Run commands RALF starting" RALF="NiceGuy" HEILO="RockRoll" echo "$RALF s play $HEILO" echo finger echo "Run commands RALF finishing" echo