1 files changed, 0 insertions, 13 deletions
diff --git a/archrm b/archrm deleted file mode 100755 index 4a683f6..0000000 --- a/ archrm+++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -if [ "$1" = '' ]; then - echo 'Usage: archrm <path to checkout>' - exit 1 -fi - -# FIXME: Check if there are uncommited changes -#pushd $1 -# -#popd - -rm -rf $1 |