#!/bin/sh
NAME="xpile"
GREETING="hello"
echo "$GREETING from $NAME"
mkdir -p /tmp/out
echo "done" > /tmp/out/install.log
