run.sh 648 Bytes
Newer Older
Gyanendra Mishra's avatar
Gyanendra Mishra committed
1 2 3 4 5 6 7 8 9 10 11 12
#!/usr/bin/env bash
# 2021-07-08 WATERMARK, DO NOT REMOVE - This script was generated from the Kurtosis Bash script template

set -euo pipefail   # Bash "strict mode"
script_dirpath="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
root_dirpath="$(dirname "${script_dirpath}")"



# ==================================================================================================
#                                             Main Logic
# ==================================================================================================
Gyanendra Mishra's avatar
Gyanendra Mishra committed
13

Gyanendra Mishra's avatar
Gyanendra Mishra committed
14
if ! "kurtosis" "startosis" "exec" "${root_dirpath}"; then
Gyanendra Mishra's avatar
Gyanendra Mishra committed
15
    echo "Error: running the startosis script"
16
fi