comparison scripts/connect_to_project.sh @ 425:99de323c13b3 prerelease

Scripts use sh instead of bash. Some fixes in run_project and build_project
author Giulio Moro <giuliomoro@yahoo.it>
date Thu, 16 Jun 2016 15:55:03 +0100
parents a40ba6f91b1e
children d9a4fc5357e7
comparison
equal deleted inserted replaced
424:9614e2f4b76e 425:99de323c13b3
1 #!/bin/bash 1 #!/bin/sh
2 # 2 #
3 # This script brings an already running Bela program to the foreground 3 # This script brings an already running Bela program to the foreground
4 # in the terminal, so it can be run interactively. 4 # in the terminal, so it can be run interactively.
5 5
6 [ -z "$BBB_ADDRESS" ] && BBB_ADDRESS="root@192.168.7.2" 6 [ -z "$BBB_ADDRESS" ] && BBB_ADDRESS="root@192.168.7.2"