mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
10 lines
255 B
Bash
Executable File
10 lines
255 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASE_DIR=`dirname $0`
|
|
|
|
echo ""
|
|
echo "Starting Testacular Server (http://vojtajina.github.com/testacular)"
|
|
echo "-------------------------------------------------------------------"
|
|
|
|
karma start $BASE_DIR/../login/config/testacular.conf.js $*
|