bliss

KISS in Lua
git clone git://bvnf.space/bliss.git
Log | Files | Refs | README | LICENSE

commit 70fd772a7a54ffa88d404555d1676a6635ba4128
parent a771e4e963543154b761c9836fefe2eddb72538b
Author: phoebos <ben@bvnf.space>
Date:   Mon,  3 Jul 2023 18:26:22 +0100

export pkg.read_lines

Diffstat:
Mbliss/pkg.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bliss/pkg.lua b/bliss/pkg.lua @@ -152,6 +152,7 @@ local function order(env, pkgs) end local M = { + read_lines = read_lines, find = find, isinstalled = isinstalled, iscached = iscached,