#!/usr/bin/env bash

if [[ $1 == -u ]]; then
	auracle sync "${@:2}"
elif [[ $1 == -i ]]; then
	auracle info "${@:2}"
elif [[ $1 == -s ]]; then
	auracle search "${@:2}"
else
	/usr/bin/cower "$@"
fi
