pico-WSPR-tx/build.sh

10 wiersze
131 B
Bash
Executable File

#!/bin/bash
mkdir build
git submodule init
git submodule update
git submodule foreach git pull origin main
cd build
cmake ..
make