Introduction
Introduction Statistics Contact Development Disclaimer Help
Add ed day and rs-232 day cronjob. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 65c3c61a240bc61e5f284063f1d35e37359e1a02
parent f944d6637f3ebd42b762664ee5ec9b426fa1b875
Author: Annna Robert-Houdin <[email protected]>
Date: Sun, 1 Jan 2023 00:17:13 +0100
Add ed day and rs-232 day cronjob.
Diffstat:
A ed-cronjob | 11 +++++++++++
A rs-232-cronjob | 11 +++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/ed-cronjob b/ed-cronjob
@@ -0,0 +1,11 @@
+#!/bin/sh
+#set -x
+
+export PATH="$PATH:/home/annna/bin"
+
+curdate="$( (echo obase=16; date +%j) | bc )"
+if [ "${curdate}" = "ED" ];
+then
+ annna-say -c "#bitreich-en" "Today is ED day! Celebrate! gophers://bit…
+fi
+
diff --git a/rs-232-cronjob b/rs-232-cronjob
@@ -0,0 +1,11 @@
+#!/bin/sh
+#set -x
+
+export PATH="$PATH:/home/annna/bin"
+
+curdate="$( date +%j )"
+if [ "${curdate}" = "232" ];
+then
+ annna-say -c "#bitreich-en" "Today is RS-232 day! Celebrate! gopher://…
+fi
+
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.