diff options
-rwxr-xr-x | battcheck | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/awk -f +#!/usr/bin/awk -f # Copyright (C) 2020, 2025 Tomasz Kramkowski <tk@the-tk.com> # SDPX-License-Identifier: MIT BEGIN { FS = "=" } |
![]() |
index : battd | |
A simple battery daemon written for use with a daemontools-style supervisor. | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | battcheck | 2 |
@@ -1,4 +1,4 @@ -#!/bin/awk -f +#!/usr/bin/awk -f # Copyright (C) 2020, 2025 Tomasz Kramkowski <tk@the-tk.com> # SDPX-License-Identifier: MIT BEGIN { FS = "=" } |