Skip to content
archrm.in 190 B
Newer Older
m4_include(lib/common.sh)

if [[ -z $1 ]]; then
	echo 'Usage: archrm <path to checkout>'
	exit 1
fi

# FIXME: Check if there are uncommited changes
#pushd $1
#
#popd

rm -rf $1