6 lines
89 B
Bash
6 lines
89 B
Bash
#!/bin/sh
|
|
|
|
cd "`dirname \"$0\"`"
|
|
|
|
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" ./starbound "$@"
|