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