]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - setup_beaglebone.sh
Updated TI Linux Sensor To Cloud to the latest TI 15.4-Stack v2.4, now with CC13x2...
[apps/tidep0084.git] / setup_beaglebone.sh
1 #!/bin/bash
3 cd ${PWD}/scripts/
5 if [ -f "setup_gateway.sh" ]
6 then
7   echo "Executing setup_gateway.sh"
8   bash setup_gateway.sh
9 fi
11 if [ -f "autostart_gui.sh" ]
12 then
13   echo "Executing autostart_gui.sh"
14   bash autostart_gui.sh
15 fi
17 if [ -f "setup_wireless_cape.sh" ]
18 then
19   echo "Executing setup_wireless_cape.sh"
20   bash setup_wireless_cape.sh
21 fi
23 exit 0