Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xu Wang
git-crypt-unlock-all
Commits
12d2a2f6
Commit
12d2a2f6
authored
Apr 18, 2016
by
Xueshan Feng
Browse files
Update here doc format.
parent
f35ae605
Changes
1
Show whitespace changes
Inline
Side-by-side
git-crypt-unlock-all.sh
View file @
12d2a2f6
...
...
@@ -62,10 +62,10 @@ do
git-crypt unlock
$keyfile
else
expect
<<
EOF
spawn git-crypt unlock
expect "Enter passphrase:"
send "
$passphrase
\r
";
expect eof
spawn git-crypt unlock
expect "Enter passphrase:"
send "
$passphrase
\r
";
expect eof
EOF
fi
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment