#!/bin/sh

cd ./atdgen/example

# bdump writes to $HOME/.bdump-dict
# since $HOME doesn't exist, set it to $ADTTMP
HOME="$ADTTMP" sh -exu example.sh
