On Mon, 25 Mar 2019 at 10:36, Steve Quezadas <steve...@gmail.com> wrote: > > is it part of the base image? It's not listed in spotter. I also checked the > packages for something beginning with Clap and it's not there either. > > I am also running linux, so "eval" is not an option in my commandline.
$ curl get.pharo.org/64/vmLatest80 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 5344 100 5344 0 0 35976 0 --:--:-- --:--:-- --:--:-- 36108 Downloading the latest pharoVM: http://files.pharo.org/get-files/80/pharo64-linux-latest.zip pharo-vm/pharo Creating starter scripts pharo and pharo-ui $ curl get.pharo.org/64/80 | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3244 100 3244 0 0 5358 0 --:--:-- --:--:-- --:--:-- 5353 Downloading the latest 80 Image: http://files.pharo.org/get-files/80/pharo64.zip Pharo.image $ ./pharo Pharo.image eval '4+3' 7 $ ./pharo Pharo.image clap hello --help Provides greetings Usage: hello [--help] [--whisper] [--shout] [--language] [<who>] Parameters: <who> Recipient of the greetings Options: --help Prints this documentation --whisper Greet discretely --shout Greet loudly --language Select language of greeting $ ./pharo Pharo.image clap hello --shout everyone HELLO, EVERYONE! $ uname -a Linux alistair-xps13 4.15.0-46-generic #49~16.04.1-Ubuntu SMP Tue Feb 12 17:45:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux HTH, Alistair