#!/bin/sh

set -e

# You can put other setup logic here
# Evaluating passed parameters to cdf-tk:
python cognite_toolkit/cdf.py $@
