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