#!/usr/bin/env bash

function ctx() {
    command ctx "$@" || exit $?
}