From b3a5b73428e798dda2159f383865a2875bb972f3 Mon Sep 17 00:00:00 2001 From: tsuriu Date: Mon, 29 Oct 2018 16:35:51 -0300 Subject: [PATCH 1/2] tsuriu adds --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b7089a..322f7e6 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ # # # Pequenos estudos de scripts.# +(ShellScript)(telegramapi.sh) Used to send mensages via telegram, with a TelegramBOT. From 6219a13930674952efd0ee6d686d1a52859f272b Mon Sep 17 00:00:00 2001 From: tsuriu Date: Mon, 29 Oct 2018 17:21:20 -0300 Subject: [PATCH 2/2] poker.sh function update(dobraValor) --- poker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poker.sh b/poker.sh index 27c7c7d..4c31e55 100755 --- a/poker.sh +++ b/poker.sh @@ -7,7 +7,7 @@ aleatorio() } dobraValor() { - apostaAtual=$(( aposta + 2 )) + apostaAtual=$(( aposta * 2 )) } valorTotal=50