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