Merge branch 'main' of https://gitlab.com/JosephA1997/snake
This commit is contained in:
commit
64bf975f6c
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
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