# リポジトリをクローン
git clone https://github.com/NiceVPN123/NiceVPN.git --single-branch --depth=1
cd NiceVPN

# ファイル一覧を確認
ls -lh

# Clash YAML の先頭80行を確認
head -80 Clash.yaml

# Base64サブスクリプションのバイト数を確認
wc -c long

# Base64をデコードして最初の5ノードURIを表示
base64 -d long 2>/dev/null | head -5

# Quanx設定ファイルの行数を確認
wc -l Quanx.conf
