mirror of
https://github.com/scratchfoundation/scratch-html5.git
synced 2024-12-02 20:07:09 -05:00
9 lines
266 B
Bash
Executable file
9 lines
266 B
Bash
Executable file
#!/bin/bash
|
|
|
|
BASE_DIR=`dirname $0`
|
|
|
|
echo ""
|
|
echo "Starting Karma Server (http://karma-runner.github.io)"
|
|
echo "-------------------------------------------------------------------"
|
|
|
|
$BASE_DIR/../node_modules/karma/bin/karma start $BASE_DIR/../config/karma.conf.js $*
|