Skip to content

Commit 6c101ed

Browse files
author
James Brundage
committed
feat: GQL Container.stop.ps1 ( Fixes #13 )
1 parent 9461590 commit 6c101ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Container.stop.ps1

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<#
2+
.SYNOPSIS
3+
Stops the container.
4+
.DESCRIPTION
5+
This script is called when the container is about to stop.
6+
7+
It can be used to perform any necessary cleanup before the container is stopped.
8+
#>
9+
"Container now exiting, thank you for using $env:ModuleName!" | Out-Host

0 commit comments

Comments
 (0)