#!/bin/sh
echo 'before dotcmd'
. "return_subshell"
echo 'after dotcmd, return value:' 0
