9c0fe1b8dc
including moving some files into the app folder instead of where it was perviously
5 lines
65 B
Bash
Executable file
5 lines
65 B
Bash
Executable file
#!/bin/sh
|
|
cd "`dirname "$0"`"
|
|
|
|
cd ..
|
|
exec ./dragonruby cube-tube
|