#!/bin/bash

$(dirname $0)/../stable-tools/stable commit-in-tree $1

if [[ $? == 1 ]]; then
	echo -e "\033[32mFound.\033[0m"
else
	echo -e "\033[34mNot Found.\033[0m"
fi
