#!/bin/sh
#        file: hello_world
#   copyright: Bernd Schumacher <bernd.schumacher@hpe.com> (2007-2018)
#     license: GNU General Public License, version 3
# description: minimal example "hello world" script
#     warning: Be aware that the interactive step size in this example is only
#              reasonable to summanrized demonstrate shellia features.
#              Read shellia(7) NOTES, to learn about a reasonable size of
#              interactive steps.
#       usage: ./hello_world [-i]

. /usr/share/shellia/ia.interactive
eval "$ia_init"
ia_add "echo \"hello\""
ia_add "echo \"world\""
ia
