4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||
|
cd $DIR/../../ && ./gamectl urun
|