devtools/archrm.in

17 lines
215 B
Plaintext
Raw Normal View History

#!/bin/bash
# License: Unspecified
m4_include(lib/common.sh)
if [[ -z $1 ]]; then
2010-02-13 19:47:16 +01:00
echo 'Usage: archrm <path to checkout>'
exit 1
fi
# FIXME: Check if there are uncommited changes
#pushd $1
#
#popd
rm -rf "$1"