1
0
Fork 0
mirror of synced 2024-05-20 04:02:36 +12:00
bulk-downloader-for-reddit/devscripts/configure.ps1

6 lines
193 B
PowerShell
Raw Permalink Normal View History

2021-05-15 22:11:01 +12:00
if (-not ([string]::IsNullOrEmpty($env:REDDIT_TOKEN)))
{
Copy-Item .\\bdfr\\default_config.cfg .\\test_config.cfg
Write-Output "`nuser_token = $env:REDDIT_TOKEN" >> ./test_config.cfg
}