#!/bin/bash # --- 重新编译 echo "RUN: $(date)" \ && rm -rf build && mkdir build && cd build && cmake .. && make \ && ./TEST001