mirror of
https://hk.gh-proxy.com/https://github.com/CaptainCore/do.git
synced 2025-10-03 23:34:10 +08:00
👌 IMPROVE: Command name
This commit is contained in:
parent
e2cc6bf3d6
commit
7504b2f5c0
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# ----------------------------------------------------
|
||||
# Compiler for captaincore-do
|
||||
# Compiler for _do
|
||||
# Description: Combines the main script and individual command files into a single distributable script.
|
||||
# ----------------------------------------------------
|
||||
|
||||
# --- Configuration ---
|
||||
# The final, compiled script that will be generated.
|
||||
OUTPUT_FILE="captaincore-do.sh"
|
||||
OUTPUT_FILE="_do.sh"
|
||||
|
||||
# The main script file containing the entry point, helpers, and globals.
|
||||
MAIN_SCRIPT="main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue