raku

My Raku Scripts Collection
git clone https://fab.ddns.me.uk/stagit/raku
Log | Files | Refs | README

Tips.md (179B)


      1 # How to run cro using entr
      2 
      3 Install the following package:
      4 ```sh
      5 $ doas pkg_add entr
      6 ```
      7 
      8 Type the following command:
      9 ```sh
     10 $ ls forms/*.crotmp *.raku | entr -r raku app.raku
     11 ```