shell script interpreter library
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.
new() -> @Snail | Creates a new Snail instance. |
A Snail is a shell script interpreter instance.
Runs a shell command. Works the same as hilbish.run
.
Want to help improve this page? Create an issue.