From 9c747ceabad958627249dc08789e545bcd541109 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 2 Oct 2021 18:41:17 +0200 Subject: [PATCH] Add script to fetch new joke file --- update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..38d07b2 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +curl -s https://raw.githubusercontent.com/derphilipp/Flachwitze/main/README.md | tail -n +8 | sed 's/^- //' > flachwitze.txt +