cube-tube/run
2023-05-08 15:21:55 +10:00

8 lines
No EOL
183 B
Bash
Executable file

#!/bin/sh
cd "`dirname "$0"`"
result=${PWD##*/} # to assign to a variable
result=${result:-/} # to correct for the case where PWD=/
cd ..
exec ./dragonruby ${result}