6 lines
65 B
Text
6 lines
65 B
Text
|
#!/bin/sh
|
||
|
cd "`dirname "$0"`"
|
||
|
|
||
|
cd ..
|
||
|
exec ./dragonruby cube-tube
|