diff options
Diffstat (limited to 'examples/var_service/dhcpd_if/w_log')
-rwxr-xr-x | examples/var_service/dhcpd_if/w_log | 4 |
1 files changed, 0 insertions, 4 deletions
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))' |