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