2019-03-08 17:05:22 +09:00

8 lines
115 B
Bash
Executable File

#!/bin/bash
set -e
if [ -d "target/release" ]; then
./target/release/bench_bin
else
echo "빌드먼저"
fi