/LeShellSnippet

A custom Lepiter snippet type that runs the string output of Pharo code in the shell. Output from those commands can be used in other snippets in Glamorous Toolkit.

Primary LanguageSmalltalkCreative Commons Zero v1.0 UniversalCC0-1.0

LeShellSnippet

A custom Lepiter snippet type that runs the string output of Pharo code in the shell. Output from those commands can be used in other snippets in Glamorous Toolkit.

Installation

Metacello new
    baseline: 'LeShellSnippet';
    repository: 'github://botwhytho/LeShellSnippet:main/src';
    load.

Usage

LeShellSnippet Basic Usage