From 60052659b98832c78c902e4f27ecee2663d8e913 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 6 May 2026 08:30:49 +0200 Subject: Added scripts --- scripts/status | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 scripts/status (limited to 'scripts/status') diff --git a/scripts/status b/scripts/status new file mode 100755 index 0000000..66811b0 --- /dev/null +++ b/scripts/status @@ -0,0 +1,13 @@ +#!/bin/sh + +# Calls one of the system-specific status scripts to display +# a line of text with some status information (battery, date...) + +case "$(uname)" in +OpenBSD) + status-openbsd + ;; +*) + status-linux + ;; +esac -- cgit v1.3