diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-02 16:18:41 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-02 16:18:41 +0800 |
| commit | 9ae850143321a2e9b8b8d0c998df411249ae57b3 (patch) | |
| tree | 3800eb316b9d00aa56a51a3c3c49d482027a431c /run.ps1 | |
| parent | 3aba614026d309b7892e414d342db6b884579af7 (diff) | |
feat: add ASCII banner
Diffstat (limited to 'run.ps1')
| -rw-r--r-- | run.ps1 | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,14 @@ -Set-Location -Path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ErrorAction Stop +# +# ██ ██████ ██ ██ ███ ██ ██████ ███████ ██ +# ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ███ +# ██ ██████ ██ ██ ██ ██ ██ ██████ ███████ ██ +# ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ +# ██ ██ ██ ██ ██████ ██ ████ ██ ██ ███████ ██ +# +# You can go to [https://catilgrass.github.io/run] to install it +# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Set-Location -Path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ErrorAction Stop $tools = @{} |
