diff options
Diffstat (limited to 'core/cpt/files/news')
-rw-r--r-- | core/cpt/files/news | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/cpt/files/news b/core/cpt/files/news new file mode 100644 index 00000000..853d0cae --- /dev/null +++ b/core/cpt/files/news @@ -0,0 +1,4 @@ +#!/bin/sh -e +# Read news and announcements from Carbs Linux + +curl -sfL https://carbslinux.org/news.txt | ${PAGER:-less} |