From cfea69787055bc2fad39eb97eb4040b996941df2 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Mon, 21 Jul 2025 01:10:15 +0800 Subject: [PATCH] Move to `bin` --- tool/rawstr4c/{rawstr4c.raku => bin/rawstr4c} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename tool/rawstr4c/{rawstr4c.raku => bin/rawstr4c} (94%) diff --git a/tool/rawstr4c/rawstr4c.raku b/tool/rawstr4c/bin/rawstr4c similarity index 94% rename from tool/rawstr4c/rawstr4c.raku rename to tool/rawstr4c/bin/rawstr4c index 86f958f..ea3921d 100644 --- a/tool/rawstr4c/rawstr4c.raku +++ b/tool/rawstr4c/bin/rawstr4c @@ -11,8 +11,7 @@ # # rawstr4c: # -# Raw strings for C programming language -# +# Raw strings for the C programming language # --------------------------------------------------------------- use Parser; @@ -21,7 +20,7 @@ use Version; sub USAGE() { print qq:to/END/; - rawstr4c: Raw String for C (GPLv3+) {Version::VERSION}-{Version::RELEASE_DATE} + rawstr4c: Raw String for C (GPLv3+) v{Version::VERSION}-{Version::RELEASE_DATE} Usage: rawstr4c [options]