#!/bin/sh
set -e

cd examples
PMEM_IS_PMEM_FORCE=1 python3 basic_example.py
