7 lines
60 B
Bash
Executable File
7 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if ./build.sh
|
|
then
|
|
cd binaries; ./saxum
|
|
fi
|