summaryrefslogtreecommitdiff
path: root/pwgrep.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-11-19 21:08:20 +0000
committerPaul Buetow <paul@buetow.org>2010-11-19 21:08:20 +0000
commitbe9f8396ccc705bb14facd1f142cce52b0d0cd94 (patch)
treed99a2877574f4de4bfdc58d20cbfc9e0a35d7492 /pwgrep.sh
parent01866f0c0f10d69cdf2f9d678e56a39bad062496 (diff)
added create-symlinks.sh
Diffstat (limited to 'pwgrep.sh')
-rwxr-xr-xpwgrep.sh18
1 files changed, 3 insertions, 15 deletions
diff --git a/pwgrep.sh b/pwgrep.sh
index 319471b..27d5d9c 100755
--- a/pwgrep.sh
+++ b/pwgrep.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# pwgrep v0.8-pre (c) 2009, 2010 by Paul Buetow
+# pwgrep v0.8-pre-2 (c) 2009, 2010 by Paul Buetow
# pwgrep helps you to manage all your passwords using GnuGP
# for encryption and a versioning system (subversion by default)
# for keeping track all changes of your password database. In
@@ -17,20 +17,8 @@
# Editing the database (same but without args):
# ./pwgrep.sh
#
-# For more reasonable commands the following symlinks are recommended:
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/fwipe
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwdbls
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwedit
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwfadd
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwfcat
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwfdel
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwfls
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwgrep
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwhelp
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwldb
-# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwupdate
-# Replace ?.? with the version of pwgrep you want to use. Your PATH
-# variable should also include ~/bin then.
+# For more reasonable commands the following symlinks are recommended.
+# Take a look at the create-symlinks.sh script.
# You can overwrite the default values by setting env. variables
# or by just editing this file.