Skip to content

locenv/mod-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A module for interfacing with Bourne shell

Installation

locenv mod install github:locenv/mod-sh

Usage

local sh = require 'sh'
local s = sh.newsession()

s:run('echo "Hello, world!"')

License

MIT