small update to run script
This commit is contained in:
parent
498971e921
commit
1da87a8019
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
cd "$SCRIPT_DIR"
|
cd "$SCRIPT_DIR.."
|
||||||
|
|
||||||
../bin/$1-linux-x86_64/snake
|
./bin/$1-linux-x86_64/snake
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue