Add bithub-cron script to increase porn db over time. - annna - Annna the nice … | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 06e041f0956ad2c91b23351bc02fa0ba1d967b2b | |
parent f12e7d0b2752ec12577bd5ab021397a5e4aa890d | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
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 | |
+ |