Commit 925ca58f authored by Gyanendra Mishra's avatar Gyanendra Mishra

remvoe scripts

parent 5ea52bd7
#!/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
# ==================================================================================================
if ! "kurtosis" "exec" "${root_dirpath}"; then
echo "Error: running the startosis script"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment