#!/bin/sh
{
    echo 'compound start'
    echo 'before dotcmd'
. "continue_file"
echo 'after dotcmd, return value:' 0;
    echo 'compound end'
}
