Merge branch 'master' into dev

This commit is contained in:
Bryan Black 2017-11-08 09:04:30 -08:00
commit 4385ae5a9d
2 changed files with 14 additions and 2 deletions

View file

@ -1,2 +1,14 @@
# sget
wget + minisign authentication
## Contributors
Thanks goes to these wonderful people:
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars2.githubusercontent.com/u/1723129?s=original" width="100px;"/><br /><sub>ppbrown</sub>](https://github.com/ppbrown)<br />[📖](https://github.com/4-S/4S/issues/2) | [<img src="https://avatars.githubusercontent.com/u/5644977?v=3" width="100px;"/><br /><sub>Bryan Black</sub>](http://bringyourwallet.com)<br />[📖](https://github.com/MasieroTechGroup/start-here/wiki/_history?editor=reelsense) |
| :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->
Contributions of any kind are welcome!

View file

@ -1,6 +1,6 @@
#!/bin/bash
function getsecurefile() {
function sget() {
# cd to appropriate directory
wget -q $1
wget -q $2
@ -15,4 +15,4 @@ mv $fname $fname.minisig /tmp
return 1
}
getsecurefile $1 $2
sget $1 $2