CommandShell-Tonel

Description

CommandShell in Smalltalk Tonel storage format

Details

Source
GitHub
License
NOASSERTION
Stars
1
Forks
1
Created
May 30, 2019
Updated
Feb. 20, 2022

Categories

Packaging / VCS

README excerpt

# CommandShell
CommmandShell is a Smalltalk simulation of a Unix command shell integrated with Squeak, Pharo and Cuis.

See:
- http://www.squeaksource.com/CommandShell.html
- http://wiki.squeak.org/squeak/708

To load (the in-development version) in Pharo 7 and later:

```smalltalk
Metacello new
	repository: 'github://dtlewis290/CommandShell-Tonel/src';
	baseline: 'CommandShell';
	load.
```
← Back to results