8 lines
65 B
Bash
8 lines
65 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
sudo cp xighlight /usr/bin/xighlight
|
||
|
|
||
|
exit
|