This repository has been archived on 2026-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
FireWatchTower_2axis/deploy.sh

8 lines
326 B
Bash

#!/bin/bash
rsync -av --exclude='build/' ~/code/FireWatchTower_2axis/host/ ggs@10.11.12.111:/home/ggs/projects/FireWatchTower_2axis/host
ssh ggs@10.11.12.111 "
mkdir -p /home/ggs/projects/FireWatchTower_2axis/host/build &&
cd /home/ggs/projects/FireWatchTower_2axis/host/build &&
cmake .. &&
make -j\$(nproc)
"