From 8842f31551eb8bd26fa69853194f5c6fedab4cde Mon Sep 17 00:00:00 2001 From: Jason Chu Date: Sat, 5 Apr 2008 18:11:32 -0700 Subject: Add arch{co,release,rm} to devtools and make them install properly --- archrm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 archrm (limited to 'archrm') diff --git a/archrm b/archrm new file mode 100755 index 0000000..855e9f5 --- /dev/null +++ b/archrm @@ -0,0 +1,13 @@ +#!/bin/bash + +if [ "$1" = "" ]; then + echo "Usage: archrm " + exit 1 +fi + +# FIXME: Check if there are uncommited changes +#pushd $1 +# +#popd + +rm -rf $1 -- cgit v1.2.3-24-g4f1b