summaryrefslogtreecommitdiff
path: root/run.sh
blob: 14bd6175a333a7e64642ec29c8f89c4b518105d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# Copyright (c) 2014 Intel Corporation. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

if [ ! `which xwalk` ]; then
   echo -e "\nPlease make sure xwalk is in your PATH. It is usually found at XWALK_SOURCE_DIR/../out/Release/"
   exit 1
fi

exec xwalk "$@" --allow-external-extensions-for-remote-sources --external-extensions-path=$PWD/out/Default