2023-08-25 16:57:12 -04:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -xe
|
|
|
|
|
2023-10-04 15:11:46 -04:00
|
|
|
mkdir /usr/include/xolatile
|
|
|
|
|
2023-09-12 05:22:25 -04:00
|
|
|
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
|