xtandard/install.sh

11 lines
151 B
Bash
Raw Normal View History

2023-08-25 16:57:12 -04:00
#!/bin/bash
set -xe
2023-10-04 15:11:46 -04:00
mkdir /usr/include/xolatile
cp xtandard.h /usr/include/xolatile/xtandard.h
cp xtandard.c /usr/include/xolatile/xtandard.c
2023-08-25 16:57:12 -04:00
exit