5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd Build_Scripts
|
||
|
./linux_x64 "$@"
|
||
|
cd ..
|