5 lines
94 B
Bash
5 lines
94 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd /usr/lib/warsow
|
|
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:libs" ./warsow.i386
|