8 lines
58 B
Bash
8 lines
58 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
cp xhampion /usr/bin/xhampion
|
|
|
|
exit
|