spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit 414bfc644f8f544809b39dc804e382a1335c85a2
parent d7962a108ef4bd1336a566c03ac753c8d6f77f45
Author: Klemens Nanni <kl3@posteo.org>
Date:   Sun, 15 May 2016 23:54:57 +0200

Add .sh suffix to indicate tpm being shell script

Diffstat:
MMakefile | 2+-
Rtpm -> tpm.sh | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -24,7 +24,7 @@ tpm.1: README.pod --release="tpm $(VERSION)" $< $@ install: tpm.1 - install -Dm755 tpm "$(DESTDIR)$(BINDIR)/tpm" + install -Dm755 tpm.sh "$(DESTDIR)$(BINDIR)/tpm" install -Dm644 tpm.1 "$(DESTDIR)$(MANDIR)/man1/tpm.1" uninstall: diff --git a/tpm b/tpm.sh