summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/test-tools/component-test/suites/01-life-cycle/tools/product/start.sh
blob: f83e39356b06982b39c55713df4310a666d25ed4 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Copyright (C) 2019 Intel Corporation.  All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#

#!/bin/bash

cd $(dirname "$0")

./simple -s > /dev/null 2>&1 &