Merge pull request #372 from sragavan/master
[platform/framework/web/tizen-extensions-crosswalk.git] / run.sh
1 #!/bin/bash
2 # Copyright (c) 2013 Intel Corporation. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 if [ ! `which xwalk` ]; then
7    echo -e "\nPlease make sure xwalk is in your PATH. It is usually found at XWALK_SOURCE_DIR/../out/Release/"
8    exit 1
9 fi
10
11 exec xwalk "$@" --allow-external-extensions-for-remote-sources --external-extensions-path=$PWD/out/Default $PWD/examples/index.html