5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
|
||
|
exec ./breakhack
|