Seteh is a simple C library based on curie that implements the functionality of some basic shell utilities as a library for easier use from real code ("real" as opposed to shell scripts). Part of this is a (purely functional) script interpreter, which coincidentally is also the first (and currently only) implemented part of the library. The script interpreter is nothing fancy, and it'll probably choke on even medium workloads, but for simple things like shell scripting it should be suited just fine.
Post new comment