5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make
|
||
|
install -Dm755 xssstart "$1/usr/bin/xssstart"
|