aboutsummaryrefslogtreecommitdiff
path: root/rs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rs.sh')
-rwxr-xr-xrs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/rs.sh b/rs.sh
index 7b5f29a..e3b3f33 100755
--- a/rs.sh
+++ b/rs.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-
# Seen, a simple static blog generator
#
# Copyright (C) 2021 Vitali64 <vitali64pmemail@protonmail.com>
@@ -22,12 +21,6 @@ die() {
# Articles
articles="$(find articles/*.md|sed -e 's@.md@@g' -e 's@articles/@@g')" || die "Unknown error"
-echo "Copyright (C) 2021 Vitali64 <vitali64pmemail@protonmail.com>"
-echo "This program comes with ABSOLUTELY NO WARRANTY."
-echo "This is free software, and you are welcome to modify it,"
-echo "use it where you see fit, and redistribute it"
-echo "under certain conditions; type './seen.sh --license' for details."
-echo
echo "-> [$(date +%R)] Generating RSS feed ..."
touch "www/rss.xml"