diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-16 02:53:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-16 02:53:37 +0300 |
commit | e9f39402c453e1cfebc1105d9515ef30346d6ac0 (patch) | |
tree | c6bc2a8125b54cb71cb69de6c879e4b3773d1d36 /core/cpt/files/news | |
parent | 8e4f3731e893385464f086d9c0cb7853ab050044 (diff) | |
download | repository-e9f39402c453e1cfebc1105d9515ef30346d6ac0.tar.gz |
cpt: add news tool for viewing... news
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} |