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