atpg-ls/crun
2023-03-22 02:37:08 +00:00

14 lines
145 B
Bash
Executable File

#!/bin/bash
clear
make -j 16
if [ $? -ne 0 ]; then
echo "compile failed."
else
echo "========================"
time ./atpg $1
fi