#!/usr/bin/env raku
my @a = 'elucid8-build','--install',|@*ARGS;
exit (run @a ).exitcode;
