#!/bin/sh

# first command
#
ls -l

# second command
#
date

# third command
#
who

# end of file
#

