Types/Turtle/Show.ps1

<#
.SYNOPSIS
    Shows the turtle.
.DESCRIPTION
    Shows the current turtle by opening it with the default file association
.LINK
    Save-Turtle
#>

param()

return $this | Show-Turtle