From d6251db8d466b558088b1a8e373b8a050555433f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 27 Feb 2021 03:08:28 +0300 Subject: merge CGI scripts into one --- cgi-bin/systemctl_timers_system.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 cgi-bin/systemctl_timers_system.sh (limited to 'cgi-bin/systemctl_timers_system.sh') diff --git a/cgi-bin/systemctl_timers_system.sh b/cgi-bin/systemctl_timers_system.sh deleted file mode 100755 index 3c93d8b..0000000 --- a/cgi-bin/systemctl_timers_system.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -o errexit -o nounset -o pipefail - -echo 'Content-Type: text/plain; charset=utf-8' -echo - -SYSTEMD_COLORS=no systemctl --system list-timers --all --no-pager --full -- cgit v1.2.3