xtandard/install.sh

9 lines
122 B
Bash
Raw Normal View History

2023-08-25 16:57:12 -04:00
#!/bin/bash
set -xe
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