mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 08:52:43 +08:00
11 lines
206 B
PowerShell
11 lines
206 B
PowerShell
function Show-Calendar {
|
|
Write-Host "output - Show-Calendar"
|
|
}
|
|
|
|
function Show-Calendar2 {
|
|
Write-Host "output - Show-Calendar2"
|
|
}
|
|
|
|
function Show-Calendar3 {
|
|
Write-Host "output - Show-Calendar3"
|
|
} |