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 +