Skip to content

Instantly share code, notes, and snippets.

@whoo24
Created June 15, 2020 07:34
Show Gist options
  • Save whoo24/59269a2209fdce9483bfe2102a003971 to your computer and use it in GitHub Desktop.
Save whoo24/59269a2209fdce9483bfe2102a003971 to your computer and use it in GitHub Desktop.
p4-reopen under root folder
Get-ChildItem c:\wooyeongc-dev\Plugins\Mercuna -Recurse -Force |
ForEach-Object -Process {
p4 reopen -c default "$($PSItem.FullName)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment