File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e # Quit script on error
3
- SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
-
3
+ SCRIPT_DIR=" $( dirname " $0 " ) "
5
4
cd ${SCRIPT_DIR}
6
-
7
5
echo " Booting Sonic Pi on Linux..."
8
-
9
6
TAU_ENABLED=$1 TAU_INTERNAL=$2 TAU_MIDI_ENABLED=$3 TAU_LINK_ENABLED=$4 TAU_IN_PORT=$5 TAU_API_PORT=$6 TAU_SPIDER_PORT=$7 TAU_DAEMON_PORT=$8 _build/" ${MIX_ENV:- dev} " /rel/tau/bin/tau start
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e # Quit script on error
3
- SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
-
3
+ SCRIPT_DIR=" $( dirname " $0 " ) "
5
4
cd ${SCRIPT_DIR}
6
-
7
5
echo " Booting Sonic Pi on macOS..."
8
-
9
6
TAU_ENABLED=$1 TAU_INTERNAL=$2 TAU_MIDI_ENABLED=$3 TAU_LINK_ENABLED=$4 TAU_IN_PORT=$5 TAU_API_PORT=$6 TAU_SPIDER_PORT=$7 TAU_DAEMON_PORT=$8 _build/" ${MIX_ENV:- dev} " /rel/tau/bin/tau start
You can’t perform that action at this time.
0 commit comments