mirror of
https://ghproxy.net/https://github.com/CaptainCore/captaincore.git
synced 2025-10-04 03:00:07 +08:00
5 lines
184 B
Bash
Executable file
5 lines
184 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
root_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; root_path=${root_path%app*}
|
|
version=`cat ${root_path}app/.version`
|
|
echo "CaptainCore CLI v$version"
|