xyntax/install.sh

9 lines
124 B
Bash
Raw Normal View History

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