More delpoyment helpers.
This commit is contained in:
parent
d3dc43fa50
commit
23370ee023
3
.deploy/ch-5-2-motors-forward.sh
Normal file
3
.deploy/ch-5-2-motors-forward.sh
Normal file
@ -0,0 +1,3 @@
|
||||
.deploy/send-it.sh \
|
||||
ch-5/2-forward-back/motors_forward.py \
|
||||
ch-5/2-forward-back/robot.py
|
||||
6
.deploy/ch-9-3-sensor-remote.sh
Normal file
6
.deploy/ch-9-3-sensor-remote.sh
Normal file
@ -0,0 +1,6 @@
|
||||
.deploy/send-it.sh \
|
||||
ch-9/3-sensors/sensor_remote.py \
|
||||
ch-9/3-sensors/robot_wifi.py \
|
||||
ch-9/3-sensors/robot.py \
|
||||
ch-9/3-sensors/pio_encoder.py \
|
||||
ch-9/3-sensors/sensor.html
|
||||
6
.deploy/ch-9-4-teleop.sh
Normal file
6
.deploy/ch-9-4-teleop.sh
Normal file
@ -0,0 +1,6 @@
|
||||
.deploy/send-it.sh \
|
||||
ch-9/4-teleop/teleop.py \
|
||||
ch-9/4-teleop/robot_wifi.py \
|
||||
ch-9/4-teleop/robot.py \
|
||||
ch-9/4-teleop/pio_encoder.py \
|
||||
ch-9/4-teleop/teleop.html
|
||||
@ -12,5 +12,5 @@ for file in "${FILES[@]}"; do
|
||||
done
|
||||
|
||||
for folder in "${FOLDERS[@]}"; do
|
||||
rsync -rv "${LIBRARY_SRC}/lib/${folder}" "${DEST}/lib/${folder}"
|
||||
rsync -rv "${LIBRARY_SRC}/lib/${folder}/" "${DEST}/lib/${folder}/"
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user