CommandShell in Smalltalk Tonel storage format
# 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. ```