]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- update from pldac
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 01:54:21 +0000 (01:54 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 01:54:21 +0000 (01:54 +0000)
Changed files:
    shell/bashrc -> 1.5

shell/bashrc

index 6a47a921d07807fe14fc34c55d8d248c89a4814a..e4c17b5c43547ea2290b945fd53ab708d1a6963c 100644 (file)
@@ -1,8 +1,9 @@
 # .bashrc - file executed when executing bash
 
 # Put your local aliases here
-alias rmpkg="~/pld-ftp-admin/scripts/remove.py"
-alias gen-indexes="~/pld-ftp-admin/scripts/gen-indexes.py"
+alias rmpkg=~/pld-ftp-admin/scripts/remove.py
+alias gen-indexes=~/pld-ftp-admin/scripts/gen-indexes.py
+alias dump-locks=~/pld-ftp-admin/scripts/dump-locks.py
 
 testmvpkg() {
        ~/pld-ftp-admin/scripts/test-move.py "$@" || return $?
This page took 0.064901 seconds and 4 git commands to generate.