spm

simple password manager
git clone anongit@rnpnr.xyz:spm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: ffe30805eadc42fd1fed4b8e37b4e8a8712c3efb
Parent: 44475a26bc2b8b643edb588deef5f31257bcf9cb
Author: Sören Tempel
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 ##