Advertisement
frenchiveruti

Mapas insurgency links

Apr 6th, 2020
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $tdc="E:\Games\SteamLibrary\steamapps\workshop\content\222880"
  2. do {
  3. $dirs = gci $tdc -directory -recurse | Where { (gci $_.fullName).count -eq 0 } | select -expandproperty FullName
  4. $dirs | Foreach-Object { Remove-Item $_ }
  5. } while ($dirs.count -gt 0)
  6.  
  7. www.voidtools.com
  8.  
  9. mapas:
  10. https://steamcommunity.com/sharedfiles/filedetails/?id=2051214050
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement