7 lines
84 B
Bash
7 lines
84 B
Bash
|
#!/bin/bash
|
||
|
#!/bin/bash
|
||
|
# *really* ugly workaround
|
||
|
cd /opt/osmos/
|
||
|
exec ./osmos
|
||
|
cd -
|