6 lines
60 B
Raku
Executable file
6 lines
60 B
Raku
Executable file
#!/usr/bin/env raku
|
|
use v6.d;
|
|
use IUtils;
|
|
|
|
pack-run 'help';
|