mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
7 lines
202 B
Bash
Executable File
7 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
echo $BASEDIR
|
|
|
|
# open the Jasmine SpecRunner
|
|
open ${BASEDIR}/../../bin/mac/Brackets.app --args file:///${BASEDIR}/SpecRunner.html |