Update to zst extension
This commit is contained in:
parent
7eafadc2fe
commit
674a7ae450
@ -38,8 +38,8 @@ while ($true) {
|
|||||||
# Connect
|
# Connect
|
||||||
$session.Open($sessionOptions)
|
$session.Open($sessionOptions)
|
||||||
|
|
||||||
# Get a list of local files matching the pattern "_urls.txt.gz"
|
# Get a list of local files matching the pattern "_urls.txt.zst"
|
||||||
$localFiles = Get-ChildItem -Path $localPath -Filter "*_urls.txt.gz" -File -Recurse
|
$localFiles = Get-ChildItem -Path $localPath -Filter "*_urls.txt.zst" -File -Recurse
|
||||||
|
|
||||||
# Shuffle the local files array
|
# Shuffle the local files array
|
||||||
$localFiles = $localFiles | Get-Random -Count $localFiles.Count
|
$localFiles = $localFiles | Get-Random -Count $localFiles.Count
|
||||||
|
Loading…
Reference in New Issue
Block a user