Trivial-Shell User's Guide

Introduction

It's not much a guide, but it's here!

Reference

shell-command command &key input
function

Synchronously execute command using a Bourne-compatible shell, returns (values output error-output exit-status).

The command can be a full path to a shell executable binary or just its name. In the later case, the variable *shell-search-paths* will be used to find the executable.

Depending on the implementation, the variable *bourne-compatible-shell* may be used to find a shell to use in executing command.

os-process-id
function
Return the process-id of the currently executing OS process.
get-env-var name
function
Return the value of the environment variable name.

Indices