3 lines
62 B
Bash
3 lines
62 B
Bash
|
DIR=`cd $(dirname $0); pwd -P`
|
||
|
cd $DIR
|
||
|
./target/debug/rustdemo
|