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/firmware/deploy_firmware.sh

9 lines
361 B
Bash
Executable File

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