aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/fetch-bin.sh
blob: d1502f95ce6ab4c20ab03642284800319beeb6fb (plain)
1
2
3
4
5
6
if [ $GHQ ]; then
	scp $GHQ_USER@astro:/workspace/usrp1-e-dev/u1e.bin .
else
	scp -P 8822 balister@192.168.1.10:src/git/fpgapriv/usrp2/top/u1e/build/u1e.bin .
fi
sync