mirror of
https://gh.wpcy.net/https://github.com/CaptainCore/do.git
synced 2026-04-17 21:52:19 +08:00
6 lines
No EOL
227 B
Bash
6 lines
No EOL
227 B
Bash
# ----------------------------------------------------
|
|
# Displays the version of the _do script.
|
|
# ----------------------------------------------------
|
|
function show_version() {
|
|
echo "_do version $CAPTAINCORE_DO_VERSION"
|
|
} |