From 14339191afc5d77205487e3365ca2569f86afd44 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 3 Jul 2018 23:23:09 +0200 Subject: examples/var_service/: use standard logger script, viewer and pager scripts Signed-off-by: Denys Vlasenko --- examples/var_service/dhcpd_if/w_log | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 examples/var_service/dhcpd_if/w_log (limited to 'examples/var_service/dhcpd_if/w_log') diff --git a/examples/var_service/dhcpd_if/w_log b/examples/var_service/dhcpd_if/w_log deleted file mode 100755 index dba76c69b..000000000 --- a/examples/var_service/dhcpd_if/w_log +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd log/logdir -watch -n1 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))' -- cgit v1.2.3