Skip to content

Commit

Permalink
Added implemented wrapper functions for MyShell to sys package.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 12, 2024
1 parent b97bdad commit 69606aa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modules/[email protected]/src/sys.n8
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@
# along with N8. If not, see <https://www.gnu.org/licenses/>.

val("n8-std")
sys.quickShell
sys.quickShell,
sys.shellConnect,
sys.shellWrite,
sys.shellReadOutput,
sys.shellReadError,
sys.shellHasExited,
sys.shellExitCode,
sys.shellProcessId,
sys.shellClose

0 comments on commit 69606aa

Please sign in to comment.