spm

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

commit ffe30805eadc42fd1fed4b8e37b4e8a8712c3efb
parent 44475a26bc2b8b643edb588deef5f31257bcf9cb
Author: Sören Tempel <soeren+git@soeren-tempel.net>
Date:   Fri, 25 Sep 2015 21:47:37 +0200

exit if any command fails

Diffstat:
Mtpm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tpm b/tpm @@ -14,6 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +set -e umask 077 ##