24H_du_code_2026/ble/toDongle.sh
2026-03-22 00:26:24 +01:00

12 lines
146 B
Bash

#!/usr/bin/bash
drive=$1
if [[($drive == "")]]; then
echo missing drive
exit 1
fi
cp -r aioble $drive/
cp mainDongle.py $drive/main.py
sync