Hi Damien, Thanks for sharing this. This is what I did using mingw:
$ wget https://github.com/cdlm/fari.sh/raw/master/fari.sh $ cat > .load.st Metacello new baseline: 'CCBC'; repository: 'gitlocal://./src'; load. $ ./fari.sh ls: cannot access './*.load.st': No such file or directory You may need to add a shell option in the script to include hidden file names in expansions shopt -s dotglob then $./fari.sh: line 176: ./pharo-ui: No such file or directory $ ll total 31861 drwxr-xr-x 1 mvs 197609 0 Jan 19 16:30 BaselineOfCCBC.package drwxr-xr-x 1 mvs 197609 0 Jan 19 16:44 CCBC.package drwxr-xr-x 1 mvs 197609 0 Jan 19 16:30 CCBC-Core.package -rw-r--r-- 1 mvs 197609 76951 Jan 19 16:30 'Collections - Strings.png' -rwxr-xr-x 1 mvs 197609 7399 Jan 19 16:53 fari.sh -rw-r--r-- 1 mvs 197609 44415 Jan 19 16:30 'Iceberg Class Critiques (Pharo 6.1).png' -rw-r--r-- 1 mvs 197609 1100 Jan 19 16:30 LICENSE -rw-r--r-- 1 mvs 197609 32371497 Jan 19 16:55 Pharo7.0-32bit-e359bc0.sources -rw-r--r-- 1 mvs 197609 549 Jan 19 16:30 README.md -rw-r--r-- 1 mvs 197609 101557 Jan 19 16:30 'Spec Method Critiques (Pharo 6.1).png' I don't know but only sources file was downloaded. Cheers, Hernán 2018-01-19 15:02 GMT-03:00 Damien Pollet <[email protected]>: > Here it is, tell me what you think: https://github.com/cdlm/fari.sh > > We discussed it with Christophe and of course there is some overlap with > PharoLauncher, and in the future, it might get replaced by a command-line > version of PharoLauncher based on Clap. > > But for the moment it works and fits my twisted mind better 😁 > > -- > Damien Pollet > type less, do more [ | ] http://people.untyped.org/damien.pollet >
