From f3db0069ea778e261761492719ab3f48d81686a7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 28 Apr 2025 14:31:14 -0400 Subject: Removed lib import --- lib/commands/commands.tm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/commands/commands.tm b/lib/commands/commands.tm index a5ce607a..cb1d48e3 100644 --- a/lib/commands/commands.tm +++ b/lib/commands/commands.tm @@ -1,7 +1,6 @@ # Functions for running system commands use ./commands.c -use -lunistring extern run_command : func(exe:Text, args:[Text], env:{Text=Text}, input:[Byte]?, output:&[Byte]?, error:&[Byte]? -> Int32) extern command_by_line : func(exe:Text, args:[Text], env:{Text=Text} -> func(->Text?)?) -- cgit v1.2.3