alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Simplify if logix
author
j3s
date
5 years ago
(Jan 28, 2021, 4:15 PM -0600)
commit
c11c896e
c11c896e96c1c522ab2d90342b562ba6f7dc46a3
parent
c6629668
c66296683cad020ebe12168f50572bf4eb2dbde5
+1
-3
1 changed file
Expand all
Collapse all
Unified
Split
bin
pa
+1
-3
bin/pa
Reviewed
···
69
69
70
70
"${EDITOR:-vi}" "$tmpfile"
71
71
72
72
-
if [ ! -f "$tmpfile" ]; then
73
73
-
die "New password not saved"
74
74
-
fi
72
72
+
[ -f "$tmpfile" ] || die "New password not saved"
75
73
76
74
rm "$name.age"
77
75
age -r "$pubkey" -o "$name.age" "$tmpfile"