From 9131c3dfa218f5ffc5e8df59305db6181cbf061e Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Mon, 6 Nov 2017 23:01:07 -0800 Subject: [PATCH 1/4] Thank you @ppbrown Thank you @ppbrown --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1814964..8fc415f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # sget wget + minisign authentication + +## Contributors + +Thanks goes to these wonderful people: + + +| [
ppbrown](https://github.com/ppbrown)
[📖](https://github.com/4-S/4S/issues/2) | +| :---: | + + + +Contributions of any kind are welcome! From fb0c7ddbfe45228f4c24e622d8119ff5734a0f94 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Mon, 6 Nov 2017 23:17:44 -0800 Subject: [PATCH 2/4] Thank you @ppbrown it's weird adding myself --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fc415f..f58a6c8 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ wget + minisign authentication Thanks goes to these wonderful people: -| [
ppbrown](https://github.com/ppbrown)
[📖](https://github.com/4-S/4S/issues/2) | -| :---: | +| [
ppbrown](https://github.com/ppbrown)
[📖](https://github.com/4-S/4S/issues/2) | [
Bryan Black](http://bringyourwallet.com)
[📖](https://github.com/MasieroTechGroup/start-here/wiki/_history?editor=reelsense) | +| :---: | :---: | From ad7750c3146fddfbd1a87c992e0f7d7b1051df42 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 7 Nov 2017 08:42:05 -0800 Subject: [PATCH 3/4] typo --- sget.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sget.sh b/sget.sh index eff1c4f..5dbd44e 100755 --- a/sget.sh +++ b/sget.sh @@ -15,4 +15,4 @@ mv $fname $fname.minisig /tmp return 1 } -getsecurefile $1 $2 \ No newline at end of file +sget $1 $2 From 9bc68e6998db12bd25c1ce8f5dea9bbd37b624aa Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Tue, 7 Nov 2017 08:42:28 -0800 Subject: [PATCH 4/4] consistency --- sget.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sget.sh b/sget.sh index 5dbd44e..570fe31 100755 --- a/sget.sh +++ b/sget.sh @@ -1,6 +1,6 @@ #!/bin/bash -function getsecurefile() { +function sget() { # cd to appropriate directory wget -q $1 wget -q $2