7 lines
76 B
Bash
7 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd "testbinary/linux/"
|
||
|
|
||
|
chmod +x "StardewSync"
|
||
|
|
||
|
"./StardewSync"
|