From e9f39402c453e1cfebc1105d9515ef30346d6ac0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 16 Sep 2020 02:53:37 +0300 Subject: cpt: add news tool for viewing... news --- core/cpt/files/news | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 core/cpt/files/news (limited to 'core/cpt/files') 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} -- cgit v1.2.3