Move to bin

This commit is contained in:
Aoran Zeng 2025-07-21 01:10:15 +08:00
parent c399d074c8
commit cfea697870
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -11,8 +11,7 @@
# #
# rawstr4c: # rawstr4c:
# #
# Raw strings for C programming language # Raw strings for the C programming language
#
# --------------------------------------------------------------- # ---------------------------------------------------------------
use Parser; use Parser;
@ -21,7 +20,7 @@ use Version;
sub USAGE() { sub USAGE() {
print qq:to/END/; 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] <FILE.md|DIR> Usage: rawstr4c [options] <FILE.md|DIR>