Here it is, tell me what you think: https://github.com/
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 😁 |
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. 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' Cheers, Hernán2018-01-19 15:02 GMT-03:00 Damien Pollet <[hidden email]>:
|
Le ven. 19 janv. 2018 à 20:59, Hernán Morales Durand <[hidden email]> a écrit :
Ah no, this is about nullglob. I used it somewhere else but missed that spot. Will have a look later this evening.
Missing feature 😅 you’ll have to get the VM with zeroconf for now.
Expected: the script stops as soon as a problem os encountered.
--
|
In reply to this post by Damien Pollet
On Fri, Jan 19, 2018 at 7:02 PM, Damien Pollet <[hidden email]> wrote:
Yes we want that too. Guille was talking about this too :) Stef
|
Free forum by Nabble | Edit this page |