xyntax/install.sh

9 lines
114 B
Bash

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