#!/bin/sh

set -x

echo test started
./test.bash.x
echo test ended
