xyntax/install.sh

9 lines
109 B
Bash
Raw Normal View History

2023-08-22 05:43:24 -04:00
#!/bin/bash
set -xe
sudo mkdir /usr/include/xolatile
sudo cp xyntax.h /usr/include/xolatile/xyntax.h
exit