Skip to content

Commit

Permalink
feat: Container.stop.ps1 ( Fixes #282 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Sep 28, 2024
1 parent eec71b6 commit 7e9f37f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Container.stop.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<#
.SYNOPSIS
Stops the container.
.DESCRIPTION
This script is called when the container is about to stop.
It can be used to perform any necessary cleanup before the container is stopped.
#>
param()
"Container now exiting, thank you for using ugit!" | Out-Host

0 comments on commit 7e9f37f

Please sign in to comment.