summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 57c817da..e8a4caf4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -296,3 +296,10 @@ if [ -d "/srv/ftp-master.debian.org" ]; then
fi
}
fi
+
+# not ftp-master.debian.org
+
+if ! command -v dak >/dev/null; then
+ # this is useful for processing removal requests
+ alias dak="ssh ftp-master.debian.org dak"
+fi