Skip to content

Instantly share code, notes, and snippets.

@mouse0232
mouse0232 / countries.json
Last active January 22, 2026 01:32 — forked from devhammed/countries.json
Countries with Name, Dial Code, Emoji Flag and ISO Code
[
{
"name": "Afghanistan",
"flag": "🇦🇫",
"code": "AF",
"alpha3": "AFG",
"dial_code": "+93",
"name_zh": "阿富汗"
},
{
@mouse0232
mouse0232 / install.sh
Created August 14, 2025 01:52
特殊环境安装哪吒agent脚本
#!/bin/sh
NZ_BASE_PATH="/opt/nezha"
NZ_AGENT_PATH="${NZ_BASE_PATH}/agent"
red='\033[0;31m'
green='\033[0;32m'
yellow='\033[0;33m'
plain='\033[0m'