mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
7 lines
191 B
Bash
Executable file
7 lines
191 B
Bash
Executable file
if [ $GHQ ]; then
|
|
scp $GHQ_USER@astro:/workspace/usrp1-e-dev/u-boot-overo/u-boot.bin /media/mmcblk0p1/
|
|
else
|
|
scp balister@192.168.1.167:src/git/u-boot/u-boot.bin /media/mmcblk0p1/
|
|
fi
|
|
sync
|
|
|