2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-05 05:03:23 +00:00
Hilbish/docs/api/snail.md
2025-04-02 21:30:16 -04:00

2.0 KiB

title description layout menu
Module snail shell script interpreter library doc
docs
parent
API

Introduction

The snail library houses Hilbish's Lua wrapper of its shell script interpreter.
It's not very useful other than running shell scripts, which can be done with other
Hilbish functions.

Functions

new() -> @Snail Creates a new Snail instance.

snail.

Parameters

This function has no parameters.


snail.

Parameters

This function has no parameters.


snail.

Parameters

This function has no parameters.


snail.new() -> Snail

Creates a new Snail instance.

Parameters

This function has no parameters.


snail.

Parameters

This function has no parameters.


snail.

Parameters

This function has no parameters.

Types


Snail

A Snail is a shell script interpreter instance.

Methods

run(command, streams)

Runs a shell command. Works the same as hilbish.run.