#!/bin/bash
var=$(c_ $@ 2>&1)
ret=$?
if [ $ret -ne 0 ]; then
  cd $var
fi
