#!/usr/bin/env bash # --------------------------------------------------------------- # File Name : rawstr4c.sh # File Authors : Aoran Zeng # Contributors : Nul None # Created On : <2025-07-13> # Last Modified : <2025-07-13> # # Run rawstr4c.raku script # # Usage: # # 用户必须在代码根目录中运行此文件 # # ./rawstr4c/bin/rawstr4c.sh [--debug] # # ./rawstr4c/bin/rawstr4c.sh [--debug] # --------------------------------------------------------------- # -I 选项必须在文件前面 raku -I ./rawstr4c/lib ./rawstr4c/rawstr4c.raku "$@"