Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
a08ff608f8 | |||
57b278a382 | |||
91b4665378 | |||
47acc0cc2b |
21
LICENSE
Normal file
21
LICENSE
Normal file
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2018 Reel Sense
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -6,7 +6,7 @@ wget + minisign authentication
|
|||
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) |
|
||||
| [<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>](https://bringyourwallet.com)<br />[📖](https://github.com/stationgroup/sget/commits?author=reelsense) |
|
||||
| :---: | :---: |
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
|
7
fail.min.js
vendored
7
fail.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,4 +0,0 @@
|
|||
untrusted comment: signature from minisign secret key
|
||||
RWSmY4o5Bad1vVP2BM07z0abjTcWBL5pFQyzzSc3kQB7ShjUAviY/ck9T2e+YsteoJND4BqqDsvKNTgJtWY+KhD3gDpWseJJXAA=
|
||||
trusted comment: timestamp:1507246761 file:markdeep.min.js
|
||||
MNKXADfPv72H14t8DFYo5Jsjx8fb+xQPU1BhfZln2rIOdjgBphNY1YBq7Y21dSBH4mdjT1wGmNBLwC/M4a4YDA==
|
6
pass.min.js
vendored
6
pass.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,4 +0,0 @@
|
|||
untrusted comment: signature from minisign secret key
|
||||
RWSmY4o5Bad1vVP2BM07z0abjTcWBL5pFQyzzSc3kQB7ShjUAviY/ck9T2e+YsteoJND4BqqDsvKNTgJtWY+KhD3gDpWseJJXAA=
|
||||
trusted comment: timestamp:1507246761 file:markdeep.min.js
|
||||
MNKXADfPv72H14t8DFYo5Jsjx8fb+xQPU1BhfZln2rIOdjgBphNY1YBq7Y21dSBH4mdjT1wGmNBLwC/M4a4YDA==
|
|
@ -3,7 +3,7 @@
|
|||
function sget() {
|
||||
# cd to appropriate directory
|
||||
wget -q $1
|
||||
wget -q ${1}.minisig
|
||||
wget -q $2
|
||||
fname=`basename $1`
|
||||
if minisign -Vm $fname -P RWSmY4o5Bad1vS60aYAiQUswWYVV2EuSdqc3ry7CWWF1E6bVbFG9kR/y >/dev/null ; then
|
||||
echo DEBUG: downloaded valid file $fname
|
||||
|
@ -15,4 +15,4 @@ mv $fname $fname.minisig /tmp
|
|||
return 1
|
||||
}
|
||||
|
||||
sget $1
|
||||
sget $1 $2
|
Loading…
Reference in a new issue