raku

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

commit 7bf74b976c22fdbcab469dd8d435d32ca9bf9692
parent 8515f3410320aabae348d7dd1edead198768927e
Author: masayoshi <masayoshi@example.com>
Date:   Wed, 25 Feb 2026 16:59:44 +0900

Upload

Diffstat:
ATips.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/Tips.md b/Tips.md @@ -0,0 +1,11 @@ +# How to run cro using entr + +Install the following package: +```sh +$ doas pkg_add entr +``` + +Type the following command: +```sh +$ ls forms/*.crotmp *.raku | entr -r raku app.raku +``` +\ No newline at end of file