hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 619bfc142336f62e9091298da4ea3119de710e52
parent 716ca86255b01b725613fb366fed13364668f422
Author: Lorenz (xha) <me@xha.li>
Date:   Sat, 25 Nov 2023 15:18:17 +0100

OpenBSD: add unix::hosts

Signed-off-by: Lorenz (xha) <me@xha.li>

Diffstat:
Aunix/hosts/+openbsd.ha | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/unix/hosts/+openbsd.ha b/unix/hosts/+openbsd.ha @@ -0,0 +1,4 @@ +// SPDX-License-Identifier: MPL-2.0 +// (c) Hare authors <https://harelang.org> + +def PATH: str = "/etc/hosts";