Files
edgetunnel/.github/actions/module.ps1
2020-12-13 20:03:40 +08:00

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"
}