Add bithub-cron script to increase porn db over time. - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit 06e041f0956ad2c91b23351bc02fa0ba1d967b2b
(DIR) parent f12e7d0b2752ec12577bd5ab021397a5e4aa890d
(HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Tue, 25 Aug 2020 19:02:37 +0200
Add bithub-cron script to increase porn db over time.
Diffstat:
A bithub-cron | 13 +++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/bithub-cron b/bithub-cron
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+export PATH="$PATH:/home/annna/bin"
+
+i=0
+maxnew=$(($RANDOM % 5))
+while [ $i -lt $maxnew ];
+do
+ bithub-gen 2>&1 >/dev/null
+ i=$(($i + 1))
+ sleep 2;
+done
+