11 lines
151 B
Bash
11 lines
151 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
mkdir /usr/include/xolatile
|
|
|
|
cp xtandard.h /usr/include/xolatile/xtandard.h
|
|
cp xtandard.c /usr/include/xolatile/xtandard.c
|
|
|
|
exit
|