Kevin Douglas
|
483c2a3767
|
Merge pull request #1 from bamartin125/hotfix/no-temp-files
Avoid using temporary files by reading the key into a bash array.
|
2016-07-26 22:44:29 -05:00 |
|
Brock A. Martin
|
9aa3a998d4
|
switched to read instead of 'dd'
|
2016-07-26 21:49:29 -05:00 |
|
Brock A. Martin
|
5094f35d05
|
switched out 'head' for 'dd' in order to do chunking
|
2016-07-26 07:21:04 -05:00 |
|
Brock A. Martin
|
d80f849f4a
|
Adding suggested decode line as comment (I don't think the other one works always anyway)
|
2016-07-23 15:06:23 -05:00 |
|
Brock A. Martin
|
64638766a0
|
Removing 'echo' of private asc key
|
2016-07-23 15:04:58 -05:00 |
|
Brock A. Martin
|
2bfcc74b5a
|
Adding test script
|
2016-07-23 15:01:34 -05:00 |
|
Brock A. Martin
|
cf04e7a8a4
|
Removed temporary file generation
|
2016-07-23 13:05:59 -05:00 |
|
Brock A. Martin
|
d48e5707c3
|
Switched to using bash arrays to hold split versions of key instead of temp files.
|
2016-07-17 13:41:41 -05:00 |
|
Kevin
|
1eda87d5fb
|
Formatting updates
Minor formatting updates to add actual URLs to the dependencies and a
few other tweaks.
|
2015-03-07 12:44:57 -06:00 |
|
Kevin
|
7834722a0e
|
Added more info
Added extra info about using GPG, a rough idea of a workflow, and
project dependencies.
|
2015-03-07 12:35:19 -06:00 |
|
Kevin
|
4625b8267a
|
Initial commit
Initial commit of shell scripts and rough draft for the readme file.
|
2015-03-07 12:21:50 -06:00 |
|
Kevin
|
cbee4dc672
|
Initial commit
|
2015-03-07 12:03:10 -06:00 |
|