repo.or.cz
/
encryption-suite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Signed-off-by: Alex Stubbins <alex@jeff-laptop.(none)>
[encryption-suite.git]
/
eem
blob
126ba24174a773e3cb48206185af0a5bb6dd5004
1
#!/bin/sh
2
gpg
-d
$1
>
temp.decryp
3
rm
$1
4
nano temp.decryp
5
gpg
-e
<
temp.decryp
>
$1
6
rm
temp.decryp