#!/bin/bash
set -xe
mkdir -p /usr/include/xolatile
cp xtandard.h /usr/include/xolatile/xtandard.h
cp xtandard.c /usr/include/xolatile/xtandard.c
exit