Merge branch 'master' into dev
This commit is contained in:
commit
4385ae5a9d
2 changed files with 14 additions and 2 deletions
12
README.md
12
README.md
|
@ -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!
|
||||
|
|
4
sget.sh
4
sget.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue