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