--- title: Module snail description: shell script interpreter library layout: doc menu: 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.|