index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archrm.in | 16 |
diff --git a/archrm.in b/archrm.in deleted file mode 100644 index 6f4dfc3..0000000 --- a/archrm.in +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# License: Unspecified - -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" |