#!/bin/sh

light -N 1

case "${1}" in
	i*)
		light -A 10
		;;
	d*)
		light -U 10
		;;
esac

ag-status &>/dev/null