9 lines
109 B
Bash
9 lines
109 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
sudo mkdir /usr/include/xolatile
|
|
sudo cp xyntax.h /usr/include/xolatile/xyntax.h
|
|
|
|
exit
|