#!/bin/sh
if [ ! -z ".git" ]; then
	echo "debug=true"
else
	echo "debug=false"
fi